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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program fibonacci series and palindrome program in c

976


How pointers are declared?

906


What is a floating point in c?

1006


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

1074


What is infinite loop?

1027


Explain what is the heap?

1013


Write a program that accept anumber in words

1707


What are variables and it what way is it different from constants?

1190


Can a pointer point to null?

1020


Explain what is the difference between a string and an array?

1100


Explain how do you search data in a data file using random access method?

1069


Should I learn c before c++?

1174


Who developed c language?

1038


How we can insert comments in a c program?

1069


What is a null string in c?

987