#include <stdio.h> int main() {         int number1, number2, sum;          printf("Enter two integers: ");     scanf(...
Showing posts with label C - Program. Show all posts
Showing posts with label C - Program. Show all posts
Write a C program to add two number .
 #include <stdio.h> int main() {         int number1, number2, sum;          printf("Enter two integers: ");     scanf(...