How we will connect multiple client ? (without using
fork,thread)
Answers were Sorted based on User's Feedback
Answer / amaresh_83
hi
plz send me (avirus_944@yahoo.co.in)
Thanks
Amaresh...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jay
Using select() in socket, we can connect multiple clients.
Please go through the uses of select().
| Is This Answer Correct ? | 1 Yes | 1 No |
Is the following code legal? struct a { int x; struct a b; }
write a c-program to display the time using FOR loop
Find the largest number in a binary tree
how to print 1 2 3 4 5 6 7 8 9 10 9 8 7 6 5 4 3 2 1 using any loop(for or while) only once(only 1 loop) and maximum 2 variables using C.
19 Answers Cap Gemini, Infosys,
Implement a t9 mobile dictionary. (Give code with explanation )
1 Answers Amazon, Peak6, Yahoo,
#define f(g,g2) g##g2 main() { int var12=100; printf("%d",f(var,12)); }
main() { unsigned int i=65000; while(i++!=0); printf("%d",i); }
Write a prog to accept a given string in any order and flash error if any of the character is different. For example : If abc is the input then abc, bca, cba, cab bac are acceptable, but aac or bcd are unacceptable.
how can i cast a char type array to an int type array
main() { int i=5,j=6,z; printf("%d",i+++j); }
how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
What is data _null_? ,Explain with code when u need to use it in data step programming ?