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
What should main() return in c and c++?
What is auto used for in c++?
Differentiate between late binding and early binding.
Which compiler does turbo c++ use?
What is & in c++ function?
Is java a c++?
What is the disadvantage of using a macro?
How do you show the declaration of a virtual constructor?
What is a stack? How it can be implemented?
Explain the concept of memory leak?
What is name hiding in c++?
Why cstdlib is used in c++?
How do you flush a buffer in c++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is array in c++ example?