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