What are advantages of C++ when comparing with C?
Answer Posted / hari prasanth
c is a computer programming language and c++ is a object
oriented programming language
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Can constructor be private in c++?
If I is an integer variable, which is faster ++i or i++?
What new()is different from malloc()?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What do you mean by const correctness?
Can a constructor be private?
What are the advantage of using register variables?
What is the hardest coding language to learn?
Why are arrays usually processed with for loop?
Is it possible to provide default values while overloading a binary operator?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What jobs can you get with a c++ certification?
What does the ios::ate argument do?
Why use of template is better than a base class?
What is a pdb file?