which header file contains main() function in c?
Answer Posted / suresh
there is no header file that contains main()
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why is c faster?
What is the condition that is applied with ?: Operator?
What is a void pointer in c?
What is the size of array float a(10)?
List the variables are used for writing doubly linked list program.
The file stdio.h, what does it contain?
What are c header files?
Why we not create function inside function.
C program to find all possible outcomes of a dice?
What is structure of c program?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain what is wrong with this statement? Myname = ?robin?;
Are pointers really faster than arrays?
what are bit fields? What is the use of bit fields in a structure declaration?
What is function in c with example?