W3Rescource: "C Variables and Data Types"
Read this article about data types. Although this discusses C, the data types in C++ are exactly the same, except that C does not include a boolean variable. For now, just note that a boolean variable holds a value of either True or False.
Click http://www.w3resource.com/c-programming/c-variable.php link to open resource.