Knowledge in C programming

Program to print the following format.

The clip explains to print the pattern given in the question like decreasing triangle.

Program to explain the pattern given in the clip.

The pattern should be printed using the given code.

Program to print the decreasing triangle of star patterns.

This is the decreasing pattern of a triangle using stars.

Program to explain the forward go-to.

Here we explained about forward go-to .

Program to explain backward go-to.

Here backward go-to is explained.

Program to explain to initialize a single dimensional array.

Single dimensional array is explained by initializing the values of an array .

Program to find sum of array elements and print them.

Sum of array elements is explained in this program.

Program to append two single dimensional arrays.

This is appending of arrays. Two single dimensional arrays are used here.

Program to print maximum element of a matrix.

It is to find the highest number in a matrix.

Program to find the transpose of a matrix.

Transpose of a matrix means exchanging of rows to columns and columns to rows.