diff --git a/src/main.tex b/src/main.tex index f3704e9..d3b225d 100644 --- a/src/main.tex +++ b/src/main.tex @@ -202,7 +202,7 @@ int main() int *p; //Assigning address of num to the pointer p - p = # + p = *num; printf("Address of variable num is: %p", p); return 0;