InterviewSolution
Saved Bookmarks
| 1. |
Write a C program that prints the following patterns separately, one below the other. Use nested For-loop to generate the patterns. 1 1*3 1*3*5 1*3*5*7 1*3*5*7*9 1*3*5*7*9 1*3*5*7 1*3*5 1*3 1 1*3*5*7*9 1*3*5*7 1*3*5 1*3 1 |
|
Answer» check out "WE THE COMPUTER GUYS" videos it will help YOUAND if thats not enough check his/her more videosExplanation:hope it helpedplz mark me as the brain-li-es-t |
|