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

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