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...

Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / sree

main() itself is a predefined function.

where as main() is a userdefined function because there we
are writing the internal part.

Is This Answer Correct ?    27 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between declaring a variable by constant keyword and #define ing that variable?

3283


How does placing some code lines between the comment symbol help in debugging the code?

941


Explain two-dimensional array.

1010


can we have joblib in a proc ?

2231


What is gets() function?

1074


Which type of language is c?

1020


How do we open a binary file in Read/Write mode in C?

1176


What is getche() function?

987


What does it mean when the linker says that _end is undefined?

1039


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

1162


What are the salient features of c languages?

1045


Array is an lvalue or not?

1066


Write a program to reverse a string.

1025


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

1101


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

2042