Sample C Programs (46 Nos) BASIC Programs List
Achievements@Dhvani Computer Classes:
- Write a program in C to display the message ?
- Write a program in C to read and print an given character & an given integer ?
- Write a program in C to Arithmatic operations of two integer numbers .Print these results in separate lines ?
- Write a program in C to check whether the given number even or odd ?
- Write a program in C to check whether the given number positive ,negative or zero?
- Write a program in C to check whether the given year is leap or not ?
- Write a program in C for relations operations of two given integer numbers ?
- Write a program in C for given mark contain which grade ?
- Write a program in C to find biggest of two given numbers ?
- Write a program in C to find biggest of three given numbers using && operator ?
- Write a program in C to find a vowel or not of given character ?
- Write a program in C to find smallest of three numbers using ternary operator ?
- Write a program in C to sum of first 100 numbers ?
- Write a program in C to sum of M to N numbers ?
- Write a program in C to display the even or odd numbers between to ranges ?
- Write a program in C to find biggest of N numbers ?
- Write a program in C to print the numbers 1 to 100 ?
- Write a program in C to find the average of 1 to 100 ?
- Write a program in C to display the even or odd numbers of first N numbers ?
- Write a program in C to count the number of characters ,words and lines ?
- Write a program in C to copy one array to another array ?
- Write a program in C to merge to arrays ?
- Write a program in C to print even or odd the given range ?
- Write a program in C to find leap or not ?
- Write a program in C to find the biggest of three numbes using structure ?
- Write a program in C to distance between two points ?
- Write a program in C to sum of first 100 numbers ?
- Write a program in C to find the second biggest of N numbers using array ?
- Write a program in C to read and display the transpose of 3x3 matrix ?
- Write a program in C to find the average of N numbers ?
- Write a program in C to read and display a 3 x 3 Matrix ?
- Write a program in C to print the product of two M x N Matrix ?
- Write a program in C to find the length of given text or array ?
- Write a program in C to read and store the bio-data into file ?
- Write a program in C to display the text form file ?
- Write a program in C to read the biodata from file using command line arguments ?
- Write a program in C to display the text from file using command line arguments(cat command in unix) ?
- Write a program in C to merge two files ?
- Write a program in C to read the bio-data from file and print it to the screen ?
- Write a program in C to read and display integer, float, char, double number ?
- Write a program in C to sum of two integer numbers ?
- Write a program in C to read and display text using dynamic allocation ?
- Write a program in C to copy one array to another array ?
- Write a program in C to read and display integer array using functions ?
- Write a program in C to read and display a 3 x 3 Matrix ?
- Write a program in C to print the sum of two M x N Matrix ?