#include<iostream>
using namespace std;
int main()
{
float n ;
cout<<"\n \t \n\t This code to appear variable Memory position in
Memory "<<endl ;
cout<< "\n \t \n \t Enter any Number : " ;
cin >> n ;
cout<<"----------------------------------\n\n \n \t \t \t " ;
cout<<" you have Enter the number = " <<&n<<endl;
cin.get();
return 0;
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)