What is the difference b/w main() in C language and main()
in C++.
Answer Posted / gganesh
In c, main function will execute starting itself.
In c++, main function will execute finally
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
regarding pointers concept
How do I copy files?
What is c basic?
How can this be legal c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Can a variable be both static and volatile in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Why we write conio h in c?
What is the usage of the pointer in c?
c program for searching a student details among 10 student details
how to write a c program to print list of fruits in alpabetical order?
Can the curly brackets { } be used to enclose a single line of code?
code for replace tabs with equivalent number of blanks
Why header file is used in c?
How can I delete a file?