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
Define vptr.
How do you decide which integer type to use?
What is the difference between #define debug 0 and #undef debug?
Can union be self referenced?
What is the best c++ book for beginners?
write a programme to get a character and thier ASCII value
What is a null object in c++?
Can notepad ++ run c++?
How would you use the functions memcpy(), memset(), memmove()?
Why do we use vector in c++?
Will this c++ program execute or not?
What is purpose of abstract class?
How do I use arrays in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is c++ and its features?