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
Why is c called a mid-level programming language?
What is the data segment that is followed by c?
Why can arithmetic operations not be performed on void pointers?
Write a c program to demonstrate character and string constants?
how to create duplicate link list using C???
How many levels of indirection in pointers can you have in a single declaration?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Do array subscripts always start with zero?
What is %d called in c?
What does emoji p mean?
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
Can a variable be both static and volatile in c?
How a string is stored in c?
Tell us bitwise shift operators?
How can I do graphics in c?