Create a C PROGRAM that prints the following patterns separately,…

Question Answered step-by-step Create a C PROGRAM that prints the following patterns separately,… Create a C PROGRAM that prints the following patterns separately, one below the other. Use repetition structure (for loop, while-loop, or do-while loop) to generate the structure. All asterisks (*) should be printed by a single printf statement of the form printf(“%s”, “*”); (this causes the asterisks to print side by side). [Hint: the last two patterns require that each line begin with an appropriate number of blanks.]  Image transcription text(A) (B) (C) (D) kkkkkkk* * * kkkkk* * * ** *kkkkkkkk *kkkk*** kkk***** kkkk *kkkkkk *kkkk *kkkk* kkkkkk kkkkk*kkk* *kkkkk * *kkkkk kkkk kkkkkk** * * * *kkkkkk* k k k k k kk kk *kkkkkkkk… Show more   Engineering & Technology Computer Science COMPUTER 140 Share QuestionEmailCopy link Comments (0)