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
What is the advantage of c?
If errno contains a nonzero number, is there an error?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Write a Program to find whether the given number or string is palindrome.
What are header files and explain what are its uses in c programming?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is bss in c?
What is an endless loop?
Why do we need functions in c?
Explain high-order and low-order bytes.
All technical questions
How many types of errors are there in c language? Explain
Differentiate between static and dynamic modeling.
Can the curly brackets { } be used to enclose a single line of code?
Explain what is the difference between functions getch() and getche()?