Answer Posted / mohit jain
main() function is user defined function becoz we defined it.
it is not predfined in header files.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is %s and %d in c?
What is difference between far and near pointers?
What is a c token and types of c tokens?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is extern variable in c with example?
Want to know how to write a 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.
write a program fibonacci series and palindrome program in c
What is the use of getch ()?
What are the types of data types and explain?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What's a good way to check for "close enough" floating-point equality?
What are the advantages of using new operator as compared to the function malloc ()?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How many keywords are there in c?