Computer Science, asked by shifagillani2, 9 months ago

Write a program in C to make such a pattern like a pyramid with numbers increased by 1. By using loop (06)
&
&&
&&&
&&&&

Answers

Answered by hardik3332
0

Answer:

Last update on February 26 2020 08:07:29 (UTC/GMT +8 hours)

C For Loop: Exercise-13 with Solution

Write a program in C to make such a pattern like a pyramid with numbers increased by 1. The pattern is as follows:

1

2 3

4 5 6

7 8 9 10

Pictorial Presentation:

Similar questions