Answer Posted / glibwaresoftsolutions
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 are the benefits of oop in c++?
Is there finally in c++?
How many types of modularization are there in c++?
Eplain extern keyword?
Explain stack & heap objects?
When should you use global variables?
What does std :: flush do?
What is copy constructor? Can we make copy constructor private in c++?
What is atoi?
What is a template in c++?
Explain the concept of copy constructor?
What is a static element?
What is the use of 'using' declaration in c++?
What are the rules for naming an identifier?
How to declare a function pointer?