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
whitch value return void main?
What are the advantages and disadvantages of c language?
who is the father of c
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
What is a substring in c?
How to implement a packet in C
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
how to TOGGLE Nth bit of variable in a MACRO
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
What does *p++ do?
what is computer engg
What is static and auto variables in c?