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


Please Help Members By Posting Answers For Below Questions

Is c++ slower than c?

793


What is the full form of india?

780


What is the difference between a "copy constructor" and an "assignment operator" in C++?

840


Is java as fast as c++?

805


Can we use clrscr in c++?

817


Do the parentheses after the type name make a difference with new?

855


What are the advantages of using typedef in a program?

857


Differentiate between declaration and definition.

782


What do you mean by delegate? Can a user retain delegates?

728


What are default parameters? How are they evaluated in c++ function?

893


Explain 'this' pointer and what would happen if a pointer is deleted twice?

833


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. --- │ │ │ │ │ │ ---

1860


What is iostream in c++ used for?

732


If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?

813


Why is c++ still popular?

789