What is data types c++?
Answer / Darshan Kumar Singh
Data types in C++ include integral types (int, char, bool), floating-point types (float, double), character string type (std::string), and user-defined data types such as classes and structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the virtual inheritance in c++.
What is #include sstream?
What is the object serialization?
What is general form of pure virtual function? Explain?
Why iomanip is used in c++?
in C++ , the word plus plus who found this?
What are references in c++? What is a local reference?
What is Memory Alignment?
What and all can a compiler provides by default?
What is private public protected in c++?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is type of 'this' pointer? Explain when it is get created?