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

Its a user defined function. How can it be inbuilt
function? We are the one who writes the main function.
Program execution starts with main function. We can also
compile a code without main, but we cant create exe, since
it requires a main function to execute.

Is This Answer Correct ?    55 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is LINKED LIST? How can you access the last element in a linked list?

1028


What is wrong with this statement? Myname = 'robin';

1276


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

1055


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2530


Lists the benefits of c programming language?

1076


What are the types of type specifiers?

990


Is that possible to store 32768 in an int data type variable?

1038


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

1214


Where in memory are my variables stored?

1123


What is unsigned int in c?

941


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

1024


How does sizeof know array size?

1082


Are the variables argc and argv are always local to main?

975


What is a volatile keyword in c?

1122


Why we not create function inside function.

2148