test commit

This commit is contained in:
lukas 2020-04-22 11:13:05 +02:00
parent 929e1a5e4d
commit 88ed239f3f

View File

@ -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}