#include <stdio.h> int main(void) { int arr[2]; printf("%p\n", arr); printf("%p\n", arr + 1); return 0;}
Standard input is empty
0xbfbea8e8 0xbfbea8ec
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!