What are advantages of C++ when comparing with C?
Answer Posted / bhuvana
C++ is an object oriented programming language.And it has
the main features of classes & objects, inheritances,
polymorphism.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
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....
What are static type checking?
Is there any difference between int [] a and int a [] in c++?
Can a list of string be stored within a two dimensional array?
What is java and c++?
How do I run a program in notepad ++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is boyce codd normal form in c++?
What happens when you make call 'delete this;'?
what is c++
What is &x in c++?
Is python written in c or c++?
What is the use of this pointer in c++?
Why is it necessary to use a reference in the argument to the copy constructor?