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