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
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What are high level languages like C and FORTRAN also known as?
Explain what is a stream?
Why c is called procedure oriented language?
Explain what is wrong with this statement? Myname = ?robin?;
What is a program flowchart and how does it help in writing a program?
Write a C/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 maximum number of concurrent threads that the InnoDB plug-in can create.
Explain about the functions strcat() and strcmp()?
What are the types of operators in c?
What is bubble sort in c?
How does struct work in c?
What is openmp in c?
How many levels of pointers have?
What is structure in c definition?
What is c language & why it is used?