Computer Science, asked by vy220657, 9 hours ago

input two numbers and print their sum in c language ​

Answers

Answered by upendraca20
1

Answer:

#include<stdio.h>

#include<canio.h>

void main()

{

int a=5,b=10;

printf("sum of a+b:",sum);

scanf("%d",sum);

}

getch()

OUTPUT:

sum of a+b:15

Similar questions