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
Is c++ slower than c?
What is the full form of india?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Is java as fast as c++?
Can we use clrscr in c++?
Do the parentheses after the type name make a difference with new?
What are the advantages of using typedef in a program?
Differentiate between declaration and definition.
What do you mean by delegate? Can a user retain delegates?
What are default parameters? How are they evaluated in c++ function?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is iostream in c++ used for?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Why is c++ still popular?