which header file contains main() function in c?
Answer Posted / reshma pawar
main is not included in any header file
It is just neaming convention for starting
the execution of program and main is not reserved
word also
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the use of a ‘ ’ character?
Why c is a mother language?
Explain how do you convert strings to numbers in c?
Is it better to use malloc() or calloc()?
What is an lvalue in c?
How can I write a function analogous to scanf?
What is array in C
What is a ternary operator in c?
What is malloc return c?
can we implement multi-threads in c.
What is the difference between void main and main in c?
What is volatile, register definition in C
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
How is a null pointer different from a dangling pointer?
write an algorithm to display a square matrix.