C Program for Performing Matrix Multiplication

C Program for performing matrix multiplication using pointers and without pointers

C Program to Performing Matrix Addition

C Program for performing matrix addition using structure

C Program to Check Leap Year

C Program to check whether a year is a leap year or not

C Program To Print Sine-Wave Pattern

C Program To Check Whether A Number Is Palindrome Or Not

C Program to Find Factorial of a Number

C Program to find factorial of a number using both iteration and recursion

Find The Sum of Prime Numbers Between 1 to 1000

C Program to find the sum of prime numbers between 1 to 1000

Printing The Pascal Triangle

C program for printing the pascal triangle up to a given number of rows.

Product Of Digits Of A Number

C Program To Calculate The Product Of Digits Of A Number

Bubble Sort