int main()
{
register int i = 1;
int *ptr = &i;
cout *ptr;
return 0;
}

Posted on by