Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the different data types present in C++?

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


Please Help Members By Posting Answers For Below Questions

What is a class definition?

1055


How do you establish an is-a relationship?

1118


What is virtual table?

1100


What is the use of structure in c++?

1015


Explain what data encapsulation is in c++?

1078


When are exception objects created?

1061


How to get the current position of the file pointer?

1020


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

1178


What's the order in which the objects in an array are destructed?

1392


What are protected members in c++?

1120


When there is a global variable and local variable with the same name, how will you access the global variable?

1086


What is a binary file? List the merits and demerits of the binary file usagein C++.

1283


Explain terminate() function?

1036


What is singleton class in c++?

1028


What can I use instead of namespace std?

1130