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

What is the use of register keyword with the variables?

549


What is auto used for in c++?

569


What is a manipulator in c++?

715


What are the syntactic rules to be avoid ambiguity in multiple inheritance?

635


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

592






When do we run a shell in the unix system? How will you tell which shell you are running?

558


Can you overload the operator+ for short integers?

600


Write a program which uses Command Line Arguments

637


Write a code/algo to find the frequency of each element in an array?

607


Can c++ do everything c can?

602


What is istream and ostream in c++?

599


What is a memory leak c++?

592


What is the difference between object-oriented programming and procedural programming?

697


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

2198


what are the types of Member Functions?

615