#include <stdio.h> int main(void) { char c='A'; for(int x=0;x<26;x++){ printf("%c",x+c); } return 0;}
Standard input is empty
ABCDEFGHIJKLMNOPQRSTUVWXYZ
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!