C++ 4th code (The variable label in Memory )
Mohammed Salah

Mohammed Salah @md-salah

About: Civil Engineer Like programming

Location:
saudi arabia
Joined:
Jan 15, 2025

C++ 4th code (The variable label in Memory )

Publish Date: Jan 17
0 0
 #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; 
}
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment