+ 1
How can I check memory address of a variable?
I want to check memory address of a variable. Like this: if(&a=0x2121c) { printf("impossible"); } But the compiler is giving an error. How can I check it?
2 Answers
+ 1
Thank you @Gordie
I want to check memory address of a variable. Like this: if(&a=0x2121c) { printf("impossible"); } But the compiler is giving an error. How can I check it?