which header file contains main() function in c?
Answer Posted / ankith.v
There is no header file for main function
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Why is sizeof () an operator and not a function?
Explain how can you tell whether a program was compiled using c versus c++?
What is the difference between functions getch() and getche()?
How do you redirect a standard stream?
What are the advantages of c preprocessor?
How many parameters should a function have?
Explain setjmp()?
What is meant by 'bit masking'?
What are structure types in C?
What is a newline escape sequence?
What is the purpose of sprintf() function?
What is variable in c example?
Explain what are preprocessor directives?
Why C language is a procedural language?