Month: September 2015

Posted in Matrix

Transpose of Matrix – C Program

Transpose of Matrix – C Program. write a c program to convert given matrix to transpose matrix form.

Continue Reading Transpose of Matrix – C Program
Posted in C String

Reverse only Character not String – C Program

Reverse only Character but not String – C Program. write a c program to display all word in reverse order but not all string.

Continue Reading Reverse only Character not String – C Program
Posted in C String

String in Reverse Order – C Program

String in Reverse Order – C Program. write a c program to get string from user and display string in reverse order.

Continue Reading String in Reverse Order – 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