answersLogoWhite

0

#include<stdio.h>

#include<conio.h>

main()

{

int a,b,sum=0;

clrscr();

printf("Enter two variable:--");

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

sum=a+b;

printf("Sum of %d+%d=%d",a,b,sum);

getch();

}

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

BeauBeau
You're doing better than you think!
Chat with Beau
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: Write an c program of addition of two values?
Write your answer...
Submit
Still have questions?
magnify glass
imp