test commit
This commit is contained in:
parent
929e1a5e4d
commit
88ed239f3f
@ -204,7 +204,7 @@ int main()
|
|||||||
//Assigning address of num to the pointer p
|
//Assigning address of num to the pointer p
|
||||||
p = *num;
|
p = *num;
|
||||||
|
|
||||||
printf("Address of variable num is: %p", p);
|
printf("Address of variable: %p", p);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
Loading…
Reference in New Issue
Block a user