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

How do I use arrays in c++?

769


What are dynamic type checking?

791


What are the two types of polymorphism?

790


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

2286


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

826


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

1011


Write a Program to find the largest of 4 no using macros.

833


what is a class? Explain with an example.

881


What is an iterator class in c++?

863


What are the advantages of using const reference arguments in a function?

844


Why is main an int?

745


Explain dangling pointer.

873


Describe exception handling concept with an example?

770


Explain how we implement exception handling in c++?

792


What methods can be overridden in java?

932