C Programming
C programming is the high-level language invented by Dennis Ritchie between 1969 and 1973. A c programming language is very easy to learn. Here are some questions in C programs.
List of C Programs to be done in BCIS 1st Semester that runs in the console.
- Display messages as outputs.
- Simple interest calculation
- Area of the circle.
- Convert Celsius to Fahrenheit.
- Printing odd/even numbers and its sum.
- Checking the given number is prime or composite.
- Printing prime and composite numbers.
- Character conversion from the lower case.
- Character conversion from upper case to lower case.
- Reading and writing a line of text.
- Printing multiplication table.
- Averaging student exam scores.
- Compound interest calculation.
- Syntactic errors.
- Execution error (the Real root of a quadratic equation).
- Debugging a program.
- Calculating total expenses.
- Calculating a bonus.
- Calculating division of students.
- Generating consecutive integer quantities.
- Averaging a list of numbers.
- Converting several lines of character to uppercase.
- A solution of algebraic equations.
- Calculating depreciation.
- Searching for palindromes.
- Largest of three integer quantities.
- Calculating factorials.
- Printing backward.
- Recursive function.
- Finding the length of a string.
- Finding the cardinal number of vowel letters in a sentence.
- Changing the specific letter into other letters.
- Program using switch case.
- Shorting the given numbers in ascending/descending order.
- Finding the maximum numbers among the values of a matrix.
- 3*3 matrix multiplication.
- The tower of Hanoi.
- The average length of several lines of text.
- Search for maximum.
- Generating Fibonacci numbers.
- Recording list of string.
- Piglatin generator.
- Displaying the day of the years.
- Reading a data file.
- Creating a file containing customer records.
Leave a Reply