@@ -0,0 +1,9 @@
#include <stdio.h>
int main(void)
{
int n = 50;
int *p = &n;
printf("%p\n", p);
}
The note is not visible to the blocked user.