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 is copy constructor? Can we make copy constructor private in c++?
What are the four partitions in which c++ compiler divides the ram?
Write a program to interchange 2 variables without using the third one.
What are the two types of comments, and how do they differ?
By using c++ with an example describe linked list?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is the difference between multiple and multilevel inheritance in c++?
What is the use of structure in c++?
What is the benefit of learning c++?
How many static variables are created if you put one static member into a template class definition?
What are the advantage of using register variables?
What is srand c++?
Why cstdlib is used in c++?
How does atoi function work?
How is c++ different from java?