Header Ad

Showing posts with the label cShow all
C Program to show input and output of a string
C Program to find the maximum number in an array using pointer
C Program to find the transpose of a matrix
C Program to find the multiplication of two matrices
C Program to find subtraction of two matrices
C Program to find the sum of two matrices
C Program to display a matrix
C Program to find the maximum number in an array
C Program to show sum and average of 10 elements of array
C Program to add two numbers using pointers
C Program to use bitwise AND operator between the two integers
C Program to display odd Number series and find the sum of 1+3+5+...+n
C Program to display the sum of harmonic series 1+1/2+1/3+...+1/n
C Program to print Fibonacci series up to 100
C Program to print star pattern in a pyramid shape
C Program to print star pattern in a reverse triangle shape
C Program to print star pattern in a triangle shape
C Program to display the first 10 natural numbers and their sum
C Program to display arithmetic operations using a switch case
C Program to display weekdays using a switch statement