I was asked to write a program in c which when executed
displays how many no.of clients are connected to the server.
No Answer is Posted For this Question
Be the First to Post Answer
define c
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
what about "char *(*(*a[])())();"
what is diffrence between string and character array?
Why is python slower than c?
write a program which will count occurance of a day between two dates.
A stack can be implemented only using array?if not what is used?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Should a function contain a return statement if it does not return a value?
How does free() know explain how much memory to release?
What is the purpose of 'register' keyword in c language?