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 |
What is the use of "new" operator?
How does atoi function work?
What are the advantages of C++ programming compared to C programming?
What is the difference between an array and a list?
diff between pointer and reference in c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Write a Program for find and replace a character in a string.
how to swap two strings without using any third variable ?
In which memory a class gets stored(in heap /in stack)? And why??
What is function overloading in C++?
What is pointer in c++ with example?
What do you mean by function and operator overloading in c++?