@udaybidkar-JNYtYq
•
Oct 22, 2024
Oct 22, 2024
1.5K
Find sum of two numbers
#include<stdio.h>
int main()
{
int i;
printf("Enter 2 numbers\n");
/*
Write here few lines of code so that user gives 2 numbers as
input(on console) and display the addition of...