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

there is no difference b/w in c & c++ in main() function.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any possibility to create customized header file with c programming language?

1003


What is #define?

1038


How can I recover the file name given an open stream or file descriptor?

1029


What are the advantages and disadvantages of a heap?

1146


How do you generate random numbers in C?

1145


Describe dynamic data structure in c programming language?

1038


Write a program to print fibonacci series using recursion?

1006


What are header files why are they important?

1043


What is the use of #define preprocessor in c?

1024


List a few unconditional control statement in c.

928


Describe the modifier in c?

1057


Do pointers need to be initialized?

1017


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1235


Explain two-dimensional array.

1010


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1168