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

Can you explicitly call a destructor on a local variable?

1072


Explain rtti.

1141


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

1384


Can char be a number c++?

1106


Can comments be nested?

1085


Name the debugging methods that are used to solve problems?

1144


What do you mean by “this” pointer?

1132


what is C++ exceptional handling?

1260


Which bit wise operator is suitable for putting on a particular bit in a number?

1263


What is difference between rand () and srand ()?

1151


Will the following program execute?

1078


What is the use of endl in c++ give an example?

1216


write a function signature with various number of parameters.

1104


Carry out conversion of one object of user-defined type to another?

1093


What is switch case in c++ syntax?

1159