What are advantages of C++ when comparing with C?
Answer Posted / swathi
c++ is an extension of c with some additional features like encapsulation,inheritance,etc. which makes the program to easily understand
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many different levels of pointers are there?
Is it possible to have a recursive inline function in c++?
Does c++ have finally?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What does std mean in c++?
What is class syntax c++?
What are the advantages of using pointers in a program?
Write about the retrieval of n number of objects during the process of delete[]p?
What is a sequence in c++?
What are stacks? Give an example where they are useful.
Is it possible to get the source code back from binary file?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is overloading unary operator?
What do c++ programmers do?
Which is better c++ or java?