Aim: To write a C++ program that takes input of different data types (int, float, double, char, string) from the user and displays both their values and memory sizes. Theory: In C++, data types define ...