Is there anything you can do in C++ that you cannot do in C?
Answer / neelam saini
No. There is nothing you can do in C++ that you cannot do in C. After all you can write a C++ compiler in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write about an iterator class?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
which of the following is not an secondary constant a) array b) real c) union
Can we declare destructor as static? Explain?
What is singleton class in c++?
What are 2 ways of exporting a function from a dll?
What flag means?
What is meaning of in c++?
What does ios :: app do in c++?
Do you know the use of vtable?
What is istream and ostream in c++?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.