PROGRAMMING_PROBLEM_Solving_Assignment_2_Problems
PROGRAMMING_PROBLEM_Solving_Assignment_2_Problems
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.