normal_alpha

normal_alpha
Turn-in directory03_normal_alpha/
Files to turn innormal_alpha.c
Allowed functionsputchar
  • Write a program which displays the lowercase alphabet on standard output, followed by a newline.

Example output:

$ ./a.out
abcdefghijklmnopqrstuvwxyz
$