What are advantages of C++ when comparing with C?
Answer Posted / mohana
stonger typing: the type system in c++ is stronger than in c
| Is This Answer Correct ? | 24 Yes | 10 No |
Post New Answer View All Answers
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
Explain "const" reference arguments in function?
Can you overload the operator+ for short integers?
What is implicit pointer in c++?
Explain the difference between new() and malloc() in c++?
What is the role of C++ shorthand's?
What is #include ctype h in c++?
What do you mean by stack unwinding in c++?
In what situations do you have to use initialization list rather than assignment in constructors?
What is the benefit of encapsulation?
What's c++ used for?
Is c++ a good first language to learn?
Explain terminate() function?
How many types of scopes are there in c++?
What is lvalue?