Why void main is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
why we are using semicolon at the end of printh statment
What is a void * in c?
What is a const pointer in c?
Write a program for Overriding.
What are 'near' and 'far' pointers?
What is #define size in c?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
In a switch statement, explain what will happen if a break statement is omitted?
Write a program to generate random numbers in c?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
How to declare a variable?