#include<stdio.h>void main(){ int lower, upper; lower= getchar(); upper= toupper(lower); putchar(upper);}
Standard input is empty
�
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!