Computer Science, asked by priyan22804, 11 months ago

write a C program to input two numbers and display them


priyan22804: fast

Answers

Answered by shamboc04
3
plz mark as brainliest answer
Attachments:

priyan22804: tq
shamboc04: mark brainliest
shamboc04: fast
priyan22804: ok
shamboc04: thanks
priyan22804: wlc
Answered by shreyanshugupta2002
2
Addition program in C
1- #include<stdio.h>

2- int main()

3- {

4- int a, b, c;

5- printf("Enter two numbers to add\n");

6-scanf("%d%d", &a, &b);

7- c = a + b;

8-printf("Sum of the numbers = %d\n", c);

⚜️ HOPE IT WILL HELP YOU ⚜️

priyan22804: tq
shreyanshugupta2002: Your welcome
shreyanshugupta2002: please follow me
shreyanshugupta2002: and mark it as brainlist
priyan22804: ok
shreyanshugupta2002: follow me
shreyanshugupta2002: plzz
priyan22804: ok
priyan22804: u to follow me
Similar questions