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 is functions syntax in c++?
Write a program to find the Factorial of a number
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What are static type checking?
How do we implement inheritance in c++?
What happens if a pointer is deleted twice?
What is ios class in c++?
What is srand c++?
What does ctime() do?
Which function should be used to free the memory allocated by calloc()?
What is c++ array?
What is an associative container in c++?
Explain terminate() function?
Explain some examples of operator overloading?
Why do we use string in c++?