Problem Solving Through Programming in C Week 3: Programming Assignments Jul-Dec 2022
bySimple Edu Talk-
0
NPTEL PROGRAMMING ASSIGNMENTS
Problem Solving Through Programming in C
Week-03 Program-01
Last Day of Submission: 18-Aug-2022
Write a C Program to calculates the area in floating point number with two decimal places of a Circle given it’s radius in integer value. The value of Pi is 3.14.
Week-03 Program-02
Last Day of Submission: 18-Aug-2022
Write a C program to check if a given Number is zero or Positive or Negative Using if else statements.
Week-03 Program-03
Last Day of Submission: 18-Aug-2022
Write a C program to check whether a given number in integer is Even or Odd.
Week-03 Program-04
Last Day of Submission: 18-Aug-2022
Write a C Program to find the Largest Number in integer among Three Numbers in integers using IF and Logical && operator.