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 |
What is the disadvantage of using a macro?
What is c++ used for in games?
Is c++ a good beginners programming language?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
what you know about c++?
Define inline function
What is buffer and example?
How can we access protected and private members of a class?
What is the use of turbo c++?
What is a wchar_t in c++?
Where must the declaration of a friend function appear?
State the difference between pre and post increment/decrement operations.