Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How we will connect multiple client ? (without using
fork,thread)

Answers were Sorted based on User's Feedback



How we will connect multiple client ? (without using fork,thread)..

Answer / amaresh_83

hi
plz send me (avirus_944@yahoo.co.in)

Thanks
Amaresh...

Is This Answer Correct ?    1 Yes 0 No

How we will connect multiple client ? (without using fork,thread)..

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

How we will connect multiple client ? (without using fork,thread)..

Answer / vrodn

select func.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Code Interview Questions

Is the following code legal? struct a { int x; struct a b; }

1 Answers  


write a c-program to display the time using FOR loop

3 Answers   HCL,


Find the largest number in a binary tree

7 Answers   Infosys,


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)); }

3 Answers  


main() { unsigned int i=65000; while(i++!=0); printf("%d",i); }

1 Answers  


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.

5 Answers   Amazon, Microsoft,


how can i cast a char type array to an int type array

2 Answers  


main() { int i=5,j=6,z; printf("%d",i+++j); }

2 Answers  


how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns

0 Answers  


What is data _null_? ,Explain with code when u need to use it in data step programming ?

0 Answers   Abbott,


Categories