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
What are the __date__ and __time__ preprocessor commands?
In which language linux is written?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
What is extern keyword in c?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
Describe the header file and its usage in c programming?
Calculate 1*2*3*____*n using recursive function??
What does typeof return in c?
code for concatination of 2 strings with out using library functions?
Explain what are bus errors, memory faults, and core dumps?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
write a program wch produces its own source code aas its output?