I want to see the the source behind C++ primitive data types. For e.g. : What happens behind the curtains when we execute int x = 5; ?
int x = 5;