#include<stdio.h>int main(){char alphabet;alphabet='a';do {printf("%c",alphabet);alphabet++;}while(alphabet<='z');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!