Knowledge in C Programming with Solutions

COMPUTER PROGRAMMING

SIMPLE BUT IMPORTANT NOTES OF COMPUTER PROGRAMMING BASED ON C LANGUAGE

COMPUTER PROGRAMMING

THIS PDF CONTAINS IMPORTANT NOTES BASED ON COMPUERT PROGRAMMING FOR C LANGUAGE

FUNDAMENTALS OF COMPUTER SCIENCE

THIS pdf contains notes and content of fundamentals of computer science

Recursion (computer programming )

This document contains short theory of Recursion (computer programming )

C programming problem 2

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 assign values of two numbers and print their sum.

C programming problem 3

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 values of two numbers and print their sum.

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.