English, asked by durgamsrivarsha31, 6 months ago

1) Write a C program to find Sum of
a variable
two numbers
as
using underscore​

Answers

Answered by RaviKumarhacker
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 smbhangdia
0

Explanation:

Python

  • javascript
  • etc
  • make it good
Similar questions