Write a single loop (using c) to print the following: (In each pass you should print only one character):
aA
aabC
aaabbE
aaaabbbG
aaaaabbbbI
aaaaaabbbbb****K
The problem is I have to do the whole thing in one single loop. I can’t figure out the approach of doing it
New contributor
discard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.