#include int main() { char c; for(c=64; c<96; c++) { printf(" %c", c); } putchar('\n'); return 0; }