diff --git a/src/main.tex b/src/main.tex index d3b225d..3d4582b 100644 --- a/src/main.tex +++ b/src/main.tex @@ -204,7 +204,7 @@ int main() //Assigning address of num to the pointer p p = *num; - printf("Address of variable num is: %p", p); + printf("Address of variable: %p", p); return 0; } \end{lstlisting}