#include<stdio.h> int main() { char c[4] = "abcd"; for(int i=0;i<4;i++) { printf("%c",c[i]); }}
Standard input is empty
abcd
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!