C++ Programming Language for beginners with easy tips and tricks in English. This is a full C++ training course. So if you are interested in c++ programming tutorial in English for beginners then Subscribe to this channel. The char data type is used for single characters in C++, the string data type is used to store multiple text characters and the bool data type is used for storing true or false values in C++. char: char is short for character. The char data type is used to store single characters. A character can be a single letter, number, symbol, or whitespace. Char values are surrounded by single quotes. e.g. char myLetter = ‘D’; string: The string data type is used to store a sequence of characters (text). String values must be surrounded by double-quotes. e.g. string message = “Hello World”; bool: bool is short for boolean. A boolean data type can only take the values true or false. When the value is returned, true = 1 and false = 0. e.g. bool paymentSuccessful = true; VIEW PLAYLIST (ENTIRE COURSE): • C++ Programming Tutorials for Beginners - ... Music: https://www.bensound.com