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
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Are php strings immutable?
Briefly describe a B+ tree. What is bulk loading in it?
What is a map in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is pure virtual function? Or what is abstract class?
Does c++ support exception handling?
Who calls main function?
What is the purpose of templates in c++?
Can we distribute function templates and class templates in object libraries?
Explain rtti.
Does c++ have string data type?
how to access grid view row?
What are the two types of comments, and how do they differ?