What are advantages of C++ when comparing with C?

Answer Posted / shami

C++ IS A NEW VERSION OF C,WHICH ACHEIVES EASY WAY OF
PROGRAMING USING OO APPROACH.

Is This Answer Correct ?    16 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is virtual base class?

567


When does a name clash occur in c++?

711


What is the function of I/O library in C++ ?

656


What is &x in c++?

556


What is the difference between a "copy constructor" and an "assignment operator" in C++?

614






Explain differences between new() and delete()?

614


Mention the ways in which parameterized can be invoked.

532


What is a tree in c++?

557


Are iterators pointers?

666


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

601


Is c++ the hardest language?

557


What is the difference between new() and malloc()?

614


What is c++ map?

561


How many namespaces are there in c++?

556


Write a Program to find the largest of 4 no using macros.

576