//*************************************** //reinterpret_cast convert two variable //type in onother radically different //reinterpret_cast(espressione) //*************************************** #include using namespace std; //======================================= int main(){ char *p="Luciano"; int i; i=reinterpret_cast(p); cout<