What are advantages of c++?



What are advantages of c++?..

Answer / Girender Singh

C++ offers several advantages such as strong typing, object-oriented programming, and support for generic programming. It also provides efficient memory management and is widely used for system programming, game development, and high-performance applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What does the nocreate and noreplace flag ensure when they are used for opening a file?

1 Answers  


What is anonymous object in c++?

1 Answers  


write a program to insert an element into an array

26 Answers   TCS,


We use library functions in the program, in what form they are provided to the program?

1 Answers  


What is null pointer and void pointer?

1 Answers  


When there is a global variable and local variable with the same name, how will you access the global variable?

1 Answers  


What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

1 Answers  


Incase of a function declaration, what is extern means?

1 Answers  


How would you use the functions randomize() and random()?

1 Answers  


Write any small program that will compile in "C" but not in "C++"?

4 Answers  


When is a template a better solution than a base class?

1 Answers  


How did c++ start?

1 Answers  


Categories