Knowledge in c language

Program to explain unconditional statement continue.

This program explains an unconditional statement continue.

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 search an element from an array.

Program to search an element in a single dimensional array.

Program to merge two single dimensional arrays.

Program to find the merging of two arrays.

Program to copy single dimensional array into other.

Copying the single dimensional array.

Program to append two single dimensional arrays.

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

Program to find trace of a matrix.

Trace means addition of the diagonal elements in a matrix.