Computer Science, asked by divya2340, 10 months ago

Write a c program to print addition of two number​

Answers

Answered by radiya
1

Answer:

CLS

A-1

Print add

for 1+2

print

next

end


divya2340: Not this
radiya: ok
Answered by Anonymous
3

Answer:

hay dude or babes here's your Answer

Explanation:

Program : C Program to find sum of two numbers

#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);

--------Amannn---


divya2340: Thanks
Anonymous: wel to u
divya2340: Your name is aman?
Anonymous: yah
divya2340: You are amazing
Similar questions