Is there something that we can do in C and not in C++?
Answer Posted / tajudeen
Pointers we can do it in c but not in c++
| Is This Answer Correct ? | 1 Yes | 27 No |
Post New Answer View All Answers
What do you mean by ‘void’ return type?
What are function prototypes?
Explain virtual destructor?
Does c++ vector allocate memory?
What is c++ similar to?
When should overload new operator on a global basis or a class basis?
What are the advantages of using typedef in a program?
What are libraries in c++?
What are virtual constructors/destructors?
What would happen on forgetting [], while deallocating an array through new?
What is math h in c++?
Define vptr.
Explain the extern storage classes in c++.
Should you pass exceptions by value or by reference?
What is a class template?