1) Write a C program to find Sum of
a variable
two numbers
as
using underscore
Answers
Answered by
0
Answer:
#include<stdio.h>
int main() {
int a, b, sum;
printf("\nEnter two no: ");
scanf("%d %d", &a, &b);
sum = a + b;
printf("Sum : %d", sum);
return(0);
thanks and happy new year :)
Answered by
0
Explanation:
Python
- javascript
- etc
- make it good
Similar questions