Is there something that we can do in C and not in C++?
Answer Posted / guest
Theoratically it is being said that we cannot call main
recursively(main caling main) in c++, but practically it can
be done.
whereas in c, we can call main in main.
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is vector pair in c++?
What are the unique features of C++.
What is a driver program?
Can we inherit constructor in c++?
Do the parentheses after the type name make a difference with new?
How the virtual functions maintain the call up?
What is enum c++?
Can I learn c++ in a week?
What is class syntax c++?
What is #include iostream?
Where must the declaration of a friend function appear?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is c++ stringstream?
What is a container class?
What are the various oops concepts in c++?