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

What is the difference b/w main() in C language and main()
in C++.

Answer Posted / sagarika

In C language , main() does not return any value.
Hence there is no need of return type whereas in c++ main
returns the value. if there is no return type we should
specify it by writing the keyword void before main.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between ‘g’ and “g” in C?

4086


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2793


What is double pointer?

1040


How can a number be converted to a string?

1391


Here is a good puzzle: how do you write a program which produces its own source code as output?

1166


Differentiate between declaring a variable and defining a variable?

1087


Is it possible to initialize a variable at the time it was declared?

1254


What are the different types of linkage exist in c?

1073


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

1216


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1958


Is stack a keyword in c?

1145


Explain zero based addressing.

1095


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

1044


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1577


Which header file should you include if you are to develop a function which can accept variable number of arguments?

1457