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
Why is structure padding done in c?
How can I determine whether a machines byte order is big-endian or little-endian?
Differentiate between a structure and a union.
What is a method in c?
What is a program flowchart and how does it help in writing a program?
What are nested functions in c?
What are the types of variables in c?
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.
Differentiate between a for loop and a while loop? What are it uses?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Why is structure important for a child?
What are variables c?
What is the difference between functions abs() and fabs()?
What is optimization in c?
What are the basic data types associated with c?