Knowledge in c programming questions

C programming problem 4

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 simple interest.

C programming problem 5

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 value of radius and print the area of circle.

C programming problem 6

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 from user and print its square and cube.

C programming problem 7

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 the values of a and b and swap their values.

C programming problem 8

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 two numbers and print the largest among them.

C programming problem 9

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 check whether the entered number is positive , negative or zero.

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.