#include<stdio.h>int main(){ char c[4]; c[0]='J'; c[1]='O'; c[2]='H'; c[3]='N'; printf("%s",c); return 0;}
Standard input is empty
JOHN
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!