What are the new features that iso/ansi c++ has added to original c++ specifications?



What are the new features that iso/ansi c++ has added to original c++ specifications?..

Answer / Km. Anamika Shrotriya

ISO/ANSI C++ has added several new features to the original C++ specifications, including exception handling, namespaces, templates, STL (Standard Template Library), and new standard-library classes such as vector, list, and string.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the disadvantage of using a macro?

1 Answers  


What is c++ used for in games?

1 Answers  


Is c++ a good beginners programming language?

1 Answers  


Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

1 Answers  


what you know about c++?

1 Answers   IBS,


Define inline function

1 Answers  


What is buffer and example?

1 Answers  


How can we access protected and private members of a class?

1 Answers  


What is the use of turbo c++?

1 Answers  


What is a wchar_t in c++?

1 Answers  


Where must the declaration of a friend function appear?

1 Answers  


State the difference between pre and post increment/decrement operations.

1 Answers  


Categories