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
What are the advantage of using register variables?
What is c++ library?
What is the difference between set and map in c++?
What's the order in which the local objects are destructed?
Is oops and c++ same?
write a programme to get a character and thier ASCII value
Const char *p , char const *p What is the difference between the above two?
What are 2 ways of exporting a function from a dll?
What is abstraction in c++ with example?
What is virtual destructor ans explain its use?
Explain register storage specifier.
What is runtime errors c++?
What is the use of data hiding?
What do you mean by function overriding & function overloading in c++?
What new()is different from malloc()?