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

How would you use qsort() function to sort an array of structures?

726


How does java differ from c and c++?

546


If dog is a friend of boy, is boy a friend of dog?

577


Is swift faster than c++?

570


Does c++ have a hash table?

550






Can c++ be faster than c?

606


Can we use this pointer inside static member function?

632


Write a program to find the Fibonacci series recursively.

618


Are php strings immutable?

569


What is the difference between a declaration and a definition?

586


What is c++ hiding?

625


Why is polymorphism useful?

573


Is c++ proprietary?

584


What are function prototypes?

654


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

842