Write a C program to accept two numbers and display their sum.
Write a C program to accept two numbers and display their sum.
The program contains the header file, main() function,
variable declarations, input statement, processing statement,
output statement, and return 0;.
Enter two numbers: 10 15
Sum = 25