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

What is the use of parallelize in spark?

1065


What is difference between array and pointer in c?

1144


Under what circumstances does a name clash occur?

1279


What is NULL pointer?

1144


Explain how can I right-justify a string?

1097


Differentiate fundamental data types and derived data types in C.

1090


find the sum of two matrices and WAP for it.

1197


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

3216


Can you think of a logic behind the game minesweeper.

2521


What is a constant and types of constants in c?

1174


What are the 5 organizational structures?

1084


Write a code to generate a series where the next element is the sum of last k terms.

1292


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1312


What is pointers in c with example?

1140


What do the functions atoi(), itoa() and gcvt() do?

1247