#include <stdio.h> int num = 0; void main() { int *p = # printf("%p\n", p); num++; printf("%p\n ", p); }
Same memory address
Previous Question Next Question
Your comments will be displayed only after manual approval.