which header file contains main() function in c?
Answer Posted / mukesh
main() is pre user defined function there4 no need of header
file for it bcoz it is not a library function
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Why is not a pointer null after calling free?
Explain why c is faster than c++?
What are the differences between Structures and Arrays?
What is the collection of communication lines and routers called?
Why n++ execute faster than n+1 ?
What are static variables in c?
Explain what does a function declared as pascal do differently?
Can you write the function prototype, definition and mention the other requirements.
What are register variables? What are the advantage of using register variables?
What are the advantages and disadvantages of pointers?
What is the difference between class and object in c?
Explain what is the benefit of using #define to declare a constant?
What is wrong with this declaration?
What is size of union in c?