C Language Nested Loops Set 23

Get the following output:

A B C D E
A B C D E
A B C D E
A B C D E
A B C D E

 

code

Get the following output:

E D C B A
E D C B A
E D C B A
E D C B A
E D C B A

 

code

Get the following output:

A A A A A
B B B B B
C C C C C
D D D D D
E E E E E

 

code