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

In which category does main function belong??

Answer Posted / devi

main function is used in C,C++,Java languages which is
first read by the compiler.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will be the outcome of the following conditional statement if the value of variable s is 10?

1232


how do you execute a c program in unix.

1075


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

4150


How can you find the exact size of a data type in c?

952


can we implement multi-threads in c.

1087


What type of function is main ()?

996


what is the difference between 123 and 0123 in c?

1157


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

1034


How does free() know explain how much memory to release?

1012


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

1024


What is return type in c?

1075


Is fortran still used today?

1041


What is the difference between ++a and a++?

1153


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1923


Explain what is the benefit of using enum to declare a constant?

1020