which header file contains main() function in c?

Answers were Sorted based on User's Feedback



which header file contains main() function in c?..

Answer / a

if it is just a naming convention then how can it have
return type and arguement like a function...

plz don't misguide the ppls

Is This Answer Correct ?    0 Yes 1 No

which header file contains main() function in c?..

Answer / 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

which header file contains main() function in c?..

Answer / neha

If main() is UDF,then UDF r part of the program which compile runtime but in simple program we also use ctrl+F9 to run program?give me ans pls

Is This Answer Correct ?    0 Yes 2 No

which header file contains main() function in c?..

Answer / surendra nath sahoo

Hello Friends..

Actually a header file in C language only have
four things
1:typedef
2:function prototype
3:macro definations
4:external variables

And header file is required if the return type of a function
is not int.

as main function default return type is int so header file
is not required.

Is This Answer Correct ?    0 Yes 2 No

which header file contains main() function in c?..

Answer / guest

stdio header file

Is This Answer Correct ?    3 Yes 14 No

which header file contains main() function in c?..

Answer / guest

#include<stdio.h>

Is This Answer Correct ?    15 Yes 27 No

which header file contains main() function in c?..

Answer / vignesh1998i

that header file will not be given or revealed to the user , since there are possibilites to manipulate it........ in that file....


thank u

Is This Answer Correct ?    5 Yes 18 No

Post New Answer

More C Interview Questions

Explain the difference between the local variable and global variable in c?

0 Answers  


What are the advantages of c preprocessor?

0 Answers  


What is the use of a static variable in c?

0 Answers  


Does c have circular shift operators?

0 Answers  


How can I pad a string to a known length?

0 Answers  






plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


Is null a keyword in c?

0 Answers  


How pointers are declared?

0 Answers  


what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

0 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


What is hashing in c?

0 Answers  


What is a global variable in c?

0 Answers  


Categories