Is there something that we can do in C and not in C++?
Answer Posted / kiran.raikar
nothing
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
Why namespace is used in c++?
When should you use global variables?
Define vptr.
What do you mean by function pointer?
Is c++ the hardest language?
What is a forward referencing and when should it be used?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Differences between private, protected and public and give examples.
What is a class template in c++?
What is this pointer in c++?
Difference between a homogeneous and a heterogeneous container
Explain selection sorting. Also write an example.
What does new return if there is insufficient memory to make your new object?
What is heap sort in c++?
In c++, what is the difference between method overloading and method overriding?