Posts

Write c program to accept the numbers from user store all perfect number in an array and display the array

Write the c program to calculate the sum of element of upper triangle of nXn matrix

Write the c program to accept the mXn matrix and find the largest and smallest number from the matrix using DMA

Write a menu driven program to Calculating length of the string & display the length Copy one string two another string Compare two string and display the result Concatenate the two strings & display the result

Write a ‘C’ program to check whether given string is palindrome or not

Write a c program to Convert the decimal number to octal number Convert decimal number to hexadecimal number

Write a c program to create student structure having field roll_no, stud_name, mark1, mark2, mark3 calculate the total and average of marks and arrange the records in descending order of marks

Write ac program to accept 10 numbers from user and find the smallest number using pointer

Write a c program using command line arguments to search for word in file and replace it with the specific word

Write a c program to accept nXn matrix from user and display the elements of given matrix using function

Write a ‘C’ program to copy one string into another string without using standard function