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

What is the array and initializing arrays in c++?

996


What is a terminating character in c++?

1339


What are c++ tokens?

1006


what are Operators and explain with an example?

1136


How many standards of c++ are there?

1062


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

1103


Explain one-definition rule (odr).

1075


What are the advantages of prototyping?

1016


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

1069


What is the use of function pointer?

986


Is c++ harder than java?

1019


How would you find out if a linked-list is a cycle or not?

972


Why is c++ so fast?

987


What is & in c++ function?

1017


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

1019