0% found this document useful (0 votes)
3 views

PROGRAMMING_PROBLEM_Solving_Assignment_2_Problems

The document outlines Assignment 2 for a Programming for Problem Solving course, due on September 22, 2020. It includes tasks to write C programs for various arithmetic operations such as addition, subtraction, multiplication, division, modulo, and explanations of increment, decrement, and assignment operators. A submission link is provided for the assignment.

Uploaded by

lpastore1997
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

PROGRAMMING_PROBLEM_Solving_Assignment_2_Problems

The document outlines Assignment 2 for a Programming for Problem Solving course, due on September 22, 2020. It includes tasks to write C programs for various arithmetic operations such as addition, subtraction, multiplication, division, modulo, and explanations of increment, decrement, and assignment operators. A submission link is provided for the assignment.

Uploaded by

lpastore1997
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

PROGRAMMING FOR PROBLEM SOLVING I

DATE of SUBMISSION: 22.09.2020


TIME: WITHIN CLASS TIMING
OR 11:30PM

ASSIGNMENT 2 on Arithmetic Operators

1. Write a C program to add two integers and print the result, inputs
must be taken using scanf function.
2. Write a C program to add two float numbers without third
variable and print the result, inputs must be taken using scanf
function.
3. Write a C program to subtract two integers and print the result,
inputs must be taken using scanf function.
4. Write a C program to multiply two numbers and print the result,
inputs must be taken using scanf function.
5. Write a C program to divide two numbers and print the result,
inputs must be taken using scanf function.
6. Write a C program to perform modulo operation on two numbers
and print the result, inputs must be taken using scanf function.
7. Write a C program to explain the Increment and Decrement
Operators.
8. Write a program to show the working of Assignment Operator.

SUBMISSION LINK: https://forms.gle/m1TuGXmnFP8EMT3M6

You might also like