#include <stdio.h>
int main()
{
int arr[5];
// Assume base address of arr is 2000 and size of integer is 32 bit
printf("%u %u", arr
+ 1, &arr
+ 1);
return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbigpCnsKICAgIGludCBhcnJbNV07CiAgICAvLyBBc3N1bWUgYmFzZSBhZGRyZXNzIG9mIGFyciBpcyAyMDAwIGFuZCBzaXplIG9mIGludGVnZXIgaXMgMzIgYml0CiAgICBwcmludGYoIiV1ICV1IiwgYXJyICsgMSwgJmFyciArIDEpOwoKICAgIHJldHVybiAwOwp9IA==