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
What is #include stdio h?
how we can make 3d venturing graphics on outer interface
Define C in your own Language.
What is external variable in c?
What is union in c?
How will you divide two numbers in a MACRO?
Difference between strcpy() and memcpy() function?
What are qualifiers in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Write a progarm to find the length of string using switch case?
Why is event driven programming or procedural programming, better within specific scenario?
Can we declare variables anywhere in c?
explain what are actual arguments?
What does sizeof return c?
Why is it important to memset a variable, immediately after allocating memory to it ?