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
How do I use arrays in c++?
What are dynamic type checking?
What are the two types of polymorphism?
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.
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
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
Write a Program to find the largest of 4 no using macros.
what is a class? Explain with an example.
What is an iterator class in c++?
What are the advantages of using const reference arguments in a function?
Why is main an int?
Explain dangling pointer.
Describe exception handling concept with an example?
Explain how we implement exception handling in c++?
What methods can be overridden in java?