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

Answer Posted / k

c


















c++ is object oriented program. the main advatage is we can reuse the code and well structured and secured...
c

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is format for defining a structure?

788


Why cstdlib is used in c++?

766


Write about all the implicit member functions of a class?

805


What is the difference between strcpy() and strncpy()?

824


What is the benefit of learning c++?

707






What is encapsulation in c++ with example?

738


When does the c++ compiler create temporary variables?

785


What does #define mean in c++?

891


What do you mean by overhead in c++?

786


Are there interfaces in c++?

738


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

785


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

1011


What do the header files usually contains?

795


Which sort does c++ use?

777


What is srand c++?

797