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 |
Sir... please give some important coding questions asked by product companies..
write a c program to print magic square of order n when n>3 and n is odd?
#include<stdio.h> main() { register i=5; char j[]= "hello"; printf("%s %d",j,i); }
why the range of an unsigned integer is double almost than the signed integer.
main() { float me = 1.1; double you = 1.1; if(me==you) printf("I love U"); else printf("I hate U"); }
What are the files which are automatically opened when a C file is executed?
void main() { char a[]="12345\0"; int i=strlen(a); printf("here in 3 %d\n",++i); }
write the function. if all the character in string B appear in string A, return true, otherwise return false.
Program to Delete an element from a doubly linked list.
4 Answers College School Exams Tests, Infosys,
could you please send the program code for multiplying sparse matrix in c????
main() { int i =0;j=0; if(i && j++) printf("%d..%d",i++,j); printf("%d..%d,i,j); }
WAP to display 1,2,3,4,5........N