&x = “address of some x variable”,-it represent some hexadecimal address such as 0xff177ff, so how such hexadecimal address can be stored in some int datatype in C++, since int stores values from -32,767 to 32,767.
&x = “address of some x variable”,-it represent some hexadecimal address such as 0xff177ff, so how such hexadecimal address can be stored in some int datatype in C++, since int stores values from -32,767 to 32,767.