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 types of variables in C++?



What are the different types of variables in C++?..

Answer / nashiinformaticssolutions

The memory size and arrangement of a variable, the values that can be stored there, and the actions that can be performed on the variable are all determined by the kind of variable. In C++, /* 0some of the primary variable types are:
Char is used to hold single characters.• integers are stored int.
• float: holds values in floating-point format.
• double: doubles the precision of float by storing floating-point numbers.
• void: denotes the lack of a type.
The value stored in a bool is either "true" or "false."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is compilation?

1 Answers   Datamatics, TCS,


Can we use struct in c++?

0 Answers  


What do you mean by Stack unwinding?

1 Answers  


Is sorted c++?

0 Answers  


Why Pointers are not used in C++?

0 Answers   Global Logic,


Why #include is used?

0 Answers  


What are the advantages of inheritance in c++?

0 Answers  


Is it possible to have a recursive inline function in c++?

0 Answers  


What do the keywords volatile and mean mutable?

0 Answers  


How to write a program such that it will delete itself after exectution?

3 Answers  


What are namespaces in c++?

0 Answers  


Should I learn c or c++ first?

0 Answers  


Categories