Update index.md (#24532)

This commit is contained in:
Aman Shah
2018-10-30 04:30:53 +05:30
committed by Randell Dawson
parent 1f6f9f3404
commit d397745e30

View File

@ -33,8 +33,8 @@ In c++ there are two types of data:
### Simple data types ### Simple data types
* Boolean -- bool * Boolean -- bool
Works like a switch, can be on or off. Boolean variable can store either true or false.
* Character -- char * Character -- char
Stores a single character. Stores a single character.
* Integer -- int * Integer -- int