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
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Why c is called procedure oriented language?
What is structure packing in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the purpose of the statement: strcat (S2, S1)?
What does dm mean sexually?
What is a double c?
ATM machine and railway reservation class/object diagram
What is the difference between array and linked list in c?
In a switch statement, explain what will happen if a break statement is omitted?
program to convert a integer to string in c language'
Differentiate Source Codes from Object Codes
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is a shell structure examples?
How can I find out how much free space is available on disk?