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 do you mean by late binding?

633


Mention the ways in which parameterized can be invoked.

554


What is string in c++ programming?

638


What is the basic structure of c++ program?

581


Differentiate between a constructor and a method in C++.

568






What is the difference between an external iterator and an internal iterator?

622


What does the nocreate and noreplace flag ensure when they are used for opening a file?

693


Explain the virtual inheritance in c++.

613


Define stacks. Provide an example where they are useful.

590


Can a Structure contain a Pointer to itself?

621


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

651


Define whitespace in C++.

771


Write about an iterator class?

622


What is #include iostream in c++?

605


Will a catch statement catch a derived exception if it is looking for the base class?

571