which header file contains main() function in c?
Answer Posted / guruprasad
doesn't require any header file in function main(),
Because nothing else calls main. It is the entry point for
execution.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Which is best linux os?
c program for searching a student details among 10 student details
Define VARIABLE?
What is the use of c language in real life?
Who developed c language and when?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain what is the difference between functions abs() and fabs()?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is the purpose of void pointer?
What is the use of sizeof?
Explain setjmp()?
What is the difference between functions abs() and fabs()?
Is Exception handling possible in c language?