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