write a c program in such a way that if we enter the today
date the output should be next day's date.
What is the size of structure in c?
What is the difference between class and object in c?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
How do I access command-line arguments?
c program to subtract between two numbers without using '-' sign and subtract function.
Which header file is essential for using strcmp function?
List some applications of c programming language?
What is scope rule of function in c?
What are multibyte characters?
main is a predefined or user define function if user defined why? if predefined whay?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?