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
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Define virtual constructor.
What are the advantages of using pointers in a program?
What's c++ used for?
Difference between inline functions and macros?
Explain the difference between using macro and inline functions?
How many ways can a variable be initialized into in C++?
What is private inheritance?
What is a far pointer? where we use it?
What is the difference between interpreters and compilers?
What is the size of a vector?
What is c++ hash?
What is the difference between the parameter to a template and the parameter to a function?
What are namespaces in c++?
What is ios class in c++?