C

C Program to print Number Triangle

Like alphabet triangle, we can write the c program to print the number triangle. The number triangle can be printed in dif…

C Program to print Alphabet Triangle

There are different triangles that can be printed. Triangles can be generated by alphabets or numbers. In this c program, we…

C Program to convert Decimal to Binary

Decimal to binary in C: We can convert any decimal number (base-10 (0 to 9)) into binary number(base-2 (0 or 1)) by c progra…

Matrix multiplication in C

Matrix multiplication  in C: We can add, subtract, multiply and divide 2 matrices. To do so, we are taking input from the us…

Load More
That is All