Answer Posted / hardik
C++ is simply an advanced version of C as name itself
indicates.. However, nodoubt, C++ is object based
programming however C is procedure based...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Does c++ have a hash table?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Why do we use setw in c++?
How can you create a virtual copy constructor?
How do you establish a has-a relationship?
In c++, what is the difference between method overloading and method overriding?
What are the data types in c++?
What is functions syntax in c++?
What is buffering in c++?
How would you find out if a linked-list is a cycle or not?
How do pointers work?
How can we check whether the contents of two structure variables are same or not?
What is pair in c++?
What is purpose of new operator?
What do you mean by stack unwinding in c++?