Answer Posted / hr@tgksolutions.com
In C++ interview questions, one common topic is the different data types available. C++ data types are broadly classified into three categories:
• Primitive: Primitive data types include fundamental types like int, float, char, and bool.
• Derived: Derived data types are more complex and include arrays, pointers, and functions.
• User-Defined: User-defined data types, such as classes, structures, and unions, allow programmers to define custom data types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ofstream c++?
What is the arrow operator in c++?
Define vptr.
How many namespaces are there in c++?
What are the vectors in c++?
What are the uses of typedef in a program?
What does #define mean in c++?
Explain the difference between new() and malloc() in c++?
What is the difference between function overloading and operator overloading?
Do you need a main function in c++?
What does it mean to declare a member function as virtual?
What is c++ flowchart?
Which is best c++ or java?
What is a pointer how and when is it used?
What is the use of data hiding?