completed first 6 assignments.
Currently working on function’s 4th question…….
completed first 6 assignments.
Currently working on function’s 4th question…….
Completed C test paper 1…….
But stuck in 4 and 15 question….
done C test paper 2nd and 7th …
by doing this learn more new thing….
successfully implement project of IPC using threads for three requesting client.
also creat socket using UDP/IP & TCP/IP protocols.
Successfully implemented IPC using pipe ,fifo ,msg queue, shared memory.
Also apply semaphores in fifo and shared memory in which I take all the request from a common fifo then pass back the results from different fifo’s.
Working with 100 clients.
#include
static unsigned char h[5] = {1,2,3,4,5};
int main()
{
struct ad
{
unsigned short a;
unsigned short b;
};
struct ad *it;
it = (struct ad *)h;
printf(“%d “,it->a);
printf(“%d “,it->b);
}
what will be the output and whyu????
Completed first 6 assignments, presently working on functions
Sir while creating multiple client server program using fifo although my code is working fine but if i m executing my code continuously some times all the requesting client are working without generating any kind of delay in writing, but at other instance they are giving rise to delay of few ms before they begin..?? architecture of my code. Using 1 fifo with semaphore on the requesting side , and to serve them i m creating individual fifo based on the condition of arithmetic operator . how to resolve this issue..??
Regards
Pls explain me the representation of float and double in binary format(exponent and mentissa)..?
Regards
Done more 10 questions ……….Total questions done is 66 now…..
Still waiting for the suggesions on below question –
“write a program to printa cycle of cosine, sine wave”….
Kindly advice what to do in this??
Done successfully 4 assignments in C. Working 5th assignment and c++.
regards
Done with 6 assignments in c.. working on pointer and c++.
Regards
did higl level file i/o assignment