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 an operator function? Describe the function of an operator function?
What is atoi in c++?
What is a memory leak c++?
Who made c++?
Explain about Garbage Collector?
Can we run c program in turbo c++?
What is the operator in c++?
What is namespace & why it is used in c++?
What is friend class in c++ with example?
How do you invoke a base member function from a derived class in which you have not overridden that function?
How did c++ get its name?
Why are pointers not used in c++?
What are keywords in c++?
List the merits and demerits of declaring a nested class in C++?
When can I use a forward declaration?