#include <stdio.h> int main(void) {char a[10][7] = {"hi", "hello", "fellow"}; printf("%s",a[1]); return 0;}
Standard input is empty
hello
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!