How many standards of c++ are there?



How many standards of c++ are there?..

Answer / Sneha Singh

There have been several standards for C++ over the years. As of now, the latest standard is C++20 (released in 2020).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the use of "new" operator?

1 Answers  


How does atoi function work?

1 Answers  


What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,


What is the difference between an array and a list?

1 Answers  


diff between pointer and reference in c++?

1 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

1 Answers  


Write a Program for find and replace a character in a string.

1 Answers  


how to swap two strings without using any third variable ?

11 Answers  


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


What is function overloading in C++?

2 Answers  


What is pointer in c++ with example?

1 Answers  


What do you mean by function and operator overloading in c++?

1 Answers  


Categories