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 / 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


Please Help Members By Posting Answers For Below Questions

Can we make any program in c++ without using any header file and what is the shortest program in c++.

1070


Are php strings immutable?

990


Briefly describe a B+ tree. What is bulk loading in it?

1253


What is a map in c++?

1099


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

1082


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

950


What is pure virtual function? Or what is abstract class?

1004


Does c++ support exception handling?

1003


Who calls main function?

1051


What is the purpose of templates in c++?

986


Can we distribute function templates and class templates in object libraries?

1018


Explain rtti.

1023


Does c++ have string data type?

1056


how to access grid view row?

2167


What are the two types of comments, and how do they differ?

1049