In this program we will write c program pattern 4, we will understand how a pattern is made To understand this pattern, you must have basic C knowledge and loop information so that you can understand well.
First of all, you can imagine the output screen then build your logic.
^^^^^^^^^^^^^^^
You must have this knowledge
Program Logic
- first of all, declare i and j
- applying nested loop
- i and j variables decide which position is print.
- check this condition j<=6-i
c program pattern
😊
Now next you are, write your code in the comment below.😊
0 Comments:
Post a Comment
Please do not enter any spam link in the comment box.