which header file contains main() function in c?
Answer Posted / mukesh
main() is pre user defined function there4 no need of header
file for it bcoz it is not a library function
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can you write a programmer for FACTORIAL using recursion?
Can stdout be forced to print somewhere other than the screen?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What are multibyte characters?
Do string constants represent numerical values?
What is the use of getchar() function?
Wt are the Buses in C Language
What happens if you free a pointer twice?
Explain what is a stream?
Describe the difference between = and == symbols in c programming?
What should malloc(0) do?
What is main () in c language?
Explain how can I right-justify a string?
What is structure in c language?