printing variable in cpp code example Example: c++ print variable cout << x; cout << "X is: " << x << endl; //endl is to end the line