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 |
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What is anonymous object in c++?
write a program to insert an element into an array
We use library functions in the program, in what form they are provided to the program?
What is null pointer and void pointer?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Incase of a function declaration, what is extern means?
How would you use the functions randomize() and random()?
Write any small program that will compile in "C" but not in "C++"?
When is a template a better solution than a base class?
How did c++ start?