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

Explain the isa and hasa class relationships. How would you implement each?

1186


What is a multimap c++?

1283


What is a vector c++?

1259


What is purpose of abstract class?

1128


What is the basic of c++?

1109


Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

3897


When must you use a pointer rather than a reference?

1080


How can we access protected and private members of a class?

1164


Why null pointer is used?

1097


What are protected members in c++?

1182


Should I learn c or c++ or c#?

1055


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

1107


What flag means?

1015


How can a called function determine the number of arguments that have been passed to it?

1195


Are vectors passed by reference c++?

1051