Skip to content

Commit fcf6557

Browse files
Add files via upload
1 parent df524da commit fcf6557

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Untitled1dadxs.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#include<iostream>
2+
using namespace std;
3+
int main()
4+
{
5+
int i,j;
6+
cout<<&i<<endl<<&j<<endl;
7+
int k = &i;
8+
cout<<k;
9+
return 0 ;
10+
}

0 commit comments

Comments
 (0)