What is the difference b/w main() in C language and main()
in C++.
Answer Posted / vignesh1988i
there is no difference between main() in both of the
languages...... in c++ we will see all intrerms of
objects.... thats all......
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What is the 'named constructor idiom'?
Can a pointer be volatile in c?
Difference between goto, long jmp() and setjmp()?
Differentiate between #include<...> and #include '...'
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What are the header files used in c language?
Explain what are the advantages and disadvantages of a heap?
Add Two Numbers Without Using the Addition Operator
What is the use of pointers in C?
What is the most efficient way to count the number of bits which are set in an integer?
What are identifiers in c?
diff between exptected result and requirement?
Why is c called a mid-level programming language?
Is void a keyword in c?
What is the purpose of 'register' keyword in c language?