#include <stdio.h> #include <stdlib.h> #include <string.h> main() { char a[x]; gets(a); strupr(a); puts(a); getch(); }