Write a C program to add two numbers and print sum on screen. Before this program, you should read Arithmetic Operators in C This program takes two numbers as input from user and add them using ‘+’ arithmetic operator and prints the sum on screen. Addition operator in C correspond literally to their respective mathematical operators. ... Read more