Knowledge in C Programming with Solutions

C programming problem 10

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to check whether the number is even or odd.

C programming problem 11

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to accept 3 numbers from user and print it in ascending and descending order.

C programming problem 12

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to find the roots of a quadratic equation.

C programming problem 13

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to accept roll number and marks of 3 subjects from user and print total marks, average and grade.

C programming problem 14

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to print numbers from 1 to n using while loop.

C programming problem 15

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to print numbers from n to 1 using do-while loop.

C programming problem 16

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to print first n even numbers.

C programming problem 17

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to accept a number and print the number in reverse order of its digits.

C programming problem 18

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to accept a number and print the sum of its digits.

C programming problem 20

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to take number from user and print table of that number.

C programming problem 21

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to print the given pattern.

C programming problem 22

This file contains a problem and its solution in C programming. It will help students to learn the basics of coding and programming in C. This file has problem statement to print the given pattern.