What are advantages of C++ when comparing with C?
Answer Posted / a geek
We can not compare C to C++.
C++ programming is object oriented and and lot of features
which are no way achievable in C easily.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What are the two shift operators and what are their functions?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Why is c++ considered difficult?
Differentiate between late binding and early binding.
Is ca high or low level language?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Does c++ have arraylist?
What is using namespace std in cpp?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Why do we use string in c++?
Can a list of string be stored within a two dimensional array?
What are the four partitions in which c++ compiler divides the ram?
What is set in c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?