#include <stdio.h> int main(void) { char str[50] = {0}; scanf("%4s", str); printf(str); getchar(); return 0;}
GeeksForGeeks
Geek
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!