how to print type of variable in cpp code example Example: print data type of a variable in c++ int x = 5; typeid(x).name(); //output: i // i stands for int