0% found this document useful (0 votes)
22 views1 page

C Programming Assignment on Operators

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
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

C Programming Assignment on Operators

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
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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: [Link]

You might also like