What are advantages of C++ when comparing with C?
Answer Posted / shami
C++ IS A NEW VERSION OF C,WHICH ACHEIVES EASY WAY OF
PROGRAMING USING OO APPROACH.
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What do you mean by global variables?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Can you write a function similar to printf()?
What is the use of typedef?
Explain differences between alloc() and free()?
What are activex and ole?
What is prototype for that c string function?
What is a sequence in c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Explain the different access specifiers for the class member in c++.
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is virtual function? Explain with an example
Can you use the function fprintf() to display the output on the screen?
When is the copy constructor called?
How are virtual functions implemented in c++?