which header file contains main() function in c?
Answer Posted / raj
Please if u don't know answer then don't post comment..
Please search stdio.h file
it doesn't contain main function declaration
thanks
| Is This Answer Correct ? | 36 Yes | 0 No |
Post New Answer View All Answers
Function calling procedures? and their differences? Why should one go for Call by Reference?
Define macros.
Explain what is dynamic data structure?
Can main () be called recursively?
List a few unconditional control statement in c.
What is this pointer in c plus plus?
What is the use of clrscr?
Why do we use pointer to pointer in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Explain what is the purpose of "extern" keyword in a function declaration?
What is a list in c?
In C programming, what command or code can be used to determine if a number of odd or even?
How can you invoke another program from within a C program?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
How would you use the functions fseek(), freed(), fwrite() and ftell()?