Answer Posted / atasi jena
c++ is a object oriented programming language which provides different mechanism like inheritance, polymerphism, template, data abstraction over c.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Write about the retrieval of n number of objects during the process of delete[]p?
What problems might the following macro bring to the application?
When should we use multiple inheritance?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Comment on local and global scope of a variable.
What is the use of c++ programming language in real life?
What are the advantages of c++ over c?
What are iterators in c++?
What is #include ctype h in c++?
What is iomanip c++?
Describe Trees using C++ with an example.
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Differentiate between a template class and class template in c++?
What is a syntax in c++?