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
give me an example for testing a program showing the test path .show how the test is important and complex.
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is an overflow error?
Is c++ a float?
How can we check whether the contents of two structure variables are same or not?
Program to check whether a word is a sub-string or not of a string typed
What is an orthogonal base class in c++?
Explain the difference between class and struct in c++?
Why do we use pointers in c++?
List the types of polymorphism in c++?
What is a c++ vector?
Define namespace in c++?
What is c++ in english?
Is turbo c++ free?
How long it will take to learn c++?