Search This Blog
These are some programs i am providing to you, You can ask me your problems related to programs here.... Please send me your feedback. For other language programs please visit techprograms.blogspot.com. Thank you
Posts
Showing posts from May, 2011
Write a c program to accept n book details such as book_title, book_author, publisher and cost.Assign the accession number to each book in increasing order Display these details as 1 Book of specific author 2 Books by specific publisher 3 All books costing Rs. 500 and above 4 All books.
- Get link
- X
- Other Apps
Write a ‘C’ program to reverse an array elements using D.M.A.
- Get link
- X
- Other Apps
Write a c program to create student structure having field roll_no, stud_name, class. Pass this entire structure to function and display the structure element
- Get link
- X
- Other Apps
Write a ‘C’ program to swap two numbers using bitwise operator
- Get link
- X
- Other Apps
Write a menu driven program to perform following option Right shift Left shift One’s complement
- Get link
- X
- Other Apps
Write a c program to accept the n names from the user stores these names into 2-d array accept the name from user and search whether the name is present in an array or not
- Get link
- X
- Other Apps
Write a ‘C’ program to calculate the sum of two mXn matrix and store the result in third matrix
- Get link
- X
- Other Apps
Write a ‘C’ program to do following a) Create the text file ‘input. text’ b) Print the content of file in reverse order
- Get link
- X
- Other Apps
Write a ‘C’ program to accept n numbers from user and find out the maximum element out of them using DMA
- Get link
- X
- Other Apps
Write a c program to calculate the length of the string without using standard function
- Get link
- X
- Other Apps
Write a c program to accept the line from user and delete the all occurrences of word ‘the’ from the line and display the result
- Get link
- X
- Other Apps
Write the c program to calculate the sum of element of lower triangle of nXn matrix
- Get link
- X
- Other Apps
Write c program to accept the numbers from user store all perfect number in an array and display the array
- Get link
- X
- Other Apps
Write the c program to calculate the sum of element of upper triangle of nXn matrix
- Get link
- X
- Other Apps
Write the c program to accept the mXn matrix and find the largest and smallest number from the matrix using DMA
- Get link
- X
- Other Apps
Write a ‘C’ program to check whether given string is palindrome or not
- Get link
- X
- Other Apps
Write a c program to Convert the decimal number to octal number Convert decimal number to hexadecimal number
- Get link
- X
- Other Apps
Write ac program to accept 10 numbers from user and find the smallest number using pointer
- Get link
- X
- Other Apps
Write a c program using command line arguments to search for word in file and replace it with the specific word
- Get link
- X
- Other Apps
Write a c program to accept nXn matrix from user and display the elements of given matrix using function
- Get link
- X
- Other Apps
Write a ‘C’ program to copy one string into another string without using standard function
- Get link
- X
- Other Apps
Write a c program to accept the 10 numbers from user store these number in array and sort the array in ascending order using DMA
- Get link
- X
- Other Apps
Write a c program to count the number of character ,number of lines from a text file and display the result
- Get link
- X
- Other Apps
Write a c program to calculate the sum of all upper triangle elements of a nXn matrix using DMA
- Get link
- X
- Other Apps
Write a ‘C’ program to accept the data from user, store it into text file
- Get link
- X
- Other Apps
Write a ‘C’ program to find the union of two sets of integer(store in two arrays
- Get link
- X
- Other Apps
Write a ‘C’ program to display the alternet character from an existing file
- Get link
- X
- Other Apps
Write a ‘C’ program to calculate the sum of all non diagonal elements of an nXn matrix
- Get link
- X
- Other Apps
Write a c program to calculate the sum of all lower triangle elements of a nXn matrix using DMA
- Get link
- X
- Other Apps
Write a c program to accept n numbers from user and store these numbers into array and calculate the average of these numbers
- Get link
- X
- Other Apps
Write a c program to store the records of student (stud_no, stud_name, stud_addr, stud_percentage) in a file using structure.
- Get link
- X
- Other Apps
Write the c program to read the data of the file & display the data on the screen if file not exist create the file
- Get link
- X
- Other Apps
Write a c program to calculate the sum of all diagonal and non diagonal elements of an matrix
- Get link
- X
- Other Apps
Write a c program to accept n numbers from user & store all prime numbers in an array and display the array
- Get link
- X
- Other Apps
Write a ‘C’ program to display the transpose of a given 3X3 matrix.
- Get link
- X
- Other Apps
Write a c program to copy one file to another while doing so replace lowercase to uppercase character
- Get link
- X
- Other Apps
Write a c program to accept n numbers from user store these number into an array count number of occurrence of each number
- Get link
- X
- Other Apps
Write a c program to append the content of one file at the end of another file
- Get link
- X
- Other Apps
Write a ‘c’ program to accept n numbers from user , store these numbers into an array and reverse an array element using function
- Get link
- X
- Other Apps
Write a ‘C’ program to copy content of one file into another file using command line argument
- Get link
- X
- Other Apps
Write a ‘C’ program to calculate the sum of element of mXn matrix
- Get link
- X
- Other Apps
Write a ‘C’ program to accept a string from user and delete all the vowels from that string & display the result.
- Get link
- X
- Other Apps
Write a ‘C’ program to convert given decimal number into binary number
- Get link
- X
- Other Apps
Write a ‘C’ program to copy content of one file into another file
- Get link
- X
- Other Apps
Write a ‘C’ program to accept a string from user, generate following pattern (e.g. input is string “abcd”)
- Get link
- X
- Other Apps
Write a c program to write macro definition To test whether a character is lowercase or not To check whether a character is alphabet or not To obtained the largest of two numbers
- Get link
- X
- Other Apps
Write a ‘C’ program to swap the values of two variables by using call by reference.
- Get link
- X
- Other Apps
Write a ‘C’ program for multiplication of two mXn matrix.
- Get link
- X
- Other Apps
Write a ‘C’ program to accept 5 names from user, store these names into array and sort these array elements in alphabetic order.
- Get link
- X
- Other Apps
Write a ‘C’ program to accept n numbers from user store these numbers into an array & sort the numbers of an array.
- Get link
- X
- Other Apps
Write a menu driven program in c that shows the working of a library. The menu option should be: - Add book information. - Display book information. - List all books of given author. - List the count of books in library. - Exit. (Using structured array)
- Get link
- X
- Other Apps
Write a ‘C’ program to accept n numbers from user, store these numbers into an array & find the maximum & minimum number from that array
- Get link
- X
- Other Apps
To check whether entered number is palindrom or not
- Get link
- X
- Other Apps
Calculate whether entered year is leap year or not
- Get link
- X
- Other Apps
To check whethwe number is armstrong or not
- Get link
- X
- Other Apps
Calculate sum of 1 to n odd and even number
- Get link
- X
- Other Apps
Check whether it is alphabet and if yes then change the case of alphabet
- Get link
- X
- Other Apps
Check number is alphabet or digit using standard function
- Get link
- X
- Other Apps
Sum of digit of a number using recurrsion function
- Get link
- X
- Other Apps
Change the case using standard function
- Get link
- X
- Other Apps
Check whether number is positive, negative, even or odd
- Get link
- X
- Other Apps
Menudriven program for calculating fibonacci and factorial of a number using switch case
- Get link
- X
- Other Apps
Print ascii value, next character, pre character of entered character
- Get link
- X
- Other Apps
Entered Character is digit or uppercase alphabet or lowercase alphabet
- Get link
- X
- Other Apps