Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


What is the purpose of main() function?

0 Answers  


What is strcpy() function?

0 Answers  


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


Who developed c language?

0 Answers  


What is static and auto variables in c?

0 Answers  


What is sorting in c plus plus?

0 Answers  


What is data structure in c programming?

0 Answers  


Explain about C function prototype?

0 Answers  


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


Categories