Answer Posted / raj&
<c is based pop principals
>c++ is based oops principals
<(<c
>c++)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does flush do c++?
What is #include c++?
What is the best book for c++ beginners?
What are default parameters? How are they evaluated in c++ function?
the first character in the variable name must be an a) special symbol b) number c) alphabet
explain the reference variable in c++?
What is the difference between an external iterator and an internal iterator?
Can user-defined object be declared as static data member of another class?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is the need of a destructor? Explain with the help of an example.
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Does c++ vector allocate memory?
What things would you remember while making an interface?
What is the use of vtable?
What is a c++ map?