Star Pattern Programs in C
To
create a star pattern in the C language, you just have to use two loops
or three loops.For pattern minimum two are used i.e. one for row and
one for a column. The First loop is called an outer loop that shows the
rows and the second loop is called an inner loop that shows columns.
0 Comments