Is there something that we can do in C and not in C++?

Answer Posted / prathap

every C program is execute in C++.
From the above reason we can understand that every thing in
C we have in c++ also.
so Answer is NOTHING

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is abstract class in c++?

590


What do you mean by function overriding & function overloading in c++?

604


What is the best c++ compiler for windows 10?

582


What is singleton class in c++?

595


What is the difference between struct and class?

745






int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

837


Can user-defined object be declared as static data member of another class?

554


What is the benefit of c++?

603


What is srand c++?

581


Write a program to find the Fibonacci series recursively.

612


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

612


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

1507


What are static and dynamic type checking?

614


How to allocate memory dynamically for a reference?

544


What is the advantage of an external iterator.

575