1 I
write
a programas to display A toz
capatial Letter
Answers
Answered by
1
Answer:
#include <stdio.h>
int main() {
char c;
for (c = 'A'; c <= 'Z'; ++c)
printf("%c ", c);
return 0;
}
Explanation:
ye lo answer :) good bye
Similar questions