Category: C Program

Posted in Matrix

Multiplication of two matrix – C Program

Multiplication of two matrix – C Program. write a c program to multiplication of two matrix.

Continue Reading Multiplication of two matrix – C Program
Posted in Array Programs

Binary Search in Array – C Program

Binary Search in Array – C Program. Write a C program to search an element in a given array using Binary Search.

Continue Reading Binary Search in Array – C Program
Posted in Array Programs

Linear Search in Array – C Program

Linear Search in Array – C Program. Write a C program to search an element in a given array using Liner Search.

Continue Reading Linear Search in Array – C Program
Posted in C String

Toggle Case in String – C Program

Toggle Case in String – C Program. write a c program to convert upper case string to lower case string and lower case string to upper case string.

Continue Reading Toggle Case in String – C Program
Posted in C String

Convert String to Lower Case – C Program

Convert String to Lower Case – C Program. write a c program to convert given string to lower case letter.

Continue Reading Convert String to Lower Case – C Program
Posted in C String

Convert String to Upper Case – C Program

Convert String to Upper Case – C Program. write a c program to convert given string to upper case letter in c program.

Continue Reading Convert String to Upper Case – C Program
Posted in C String

Calculate Length of String – C Program

Calculate Length of String – C Program. write a C Program to calculate length of given string.

Continue Reading Calculate Length of String – C Program
Posted in Matrix

Sum of two matrix – C Program

sum of two matrix C Program – write a c program for enter two matrix and produce result as sum of two matrix.

Continue Reading Sum of two matrix – C Program
Posted in Matrix

Print Matrix 2 Dimensional array – C Program

Print Matrix C Program – Write a c Program for print a matrix using two dimensional array. For print matrix in c Program we use two for loop, one for row and other for column.

Continue Reading Print Matrix 2 Dimensional array – C Program
Posted in Basic

Fahrenheit to Celsius – C Program

Fahrenheit to Celsius – Write a C Program for Convert temperature from Fahrenheit to Celsius.

Continue Reading Fahrenheit to Celsius – C Program
Posted in Basic

Celsius to Fahrenheit – C Program

Celsius to Fahrenheit – Write a C Program for Convert temperature from Celsius to Fahrenheit.

Continue Reading Celsius to Fahrenheit – C Program
Posted in C Patterns

Print Pyramid Star Patterns – C Program

Print Pyramid Star Patterns, Reverse pyramid start patterns, Triangle star patterns, Inverted Triangle star patterns – C Program.

Continue Reading Print Pyramid Star Patterns – C Program