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
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
Explain what is the difference between text files and binary files?
What is getche() function?
Program to find the sum of digits of a given number until the sum becomes a single digit
Why is it that not all header files are declared in every C program?
How can I read a directory in a c program?
What is a program flowchart and how does it help in writing a program?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
Why does everyone say not to use gets?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
How to receive strings with spaces in scanf()
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??