Answer Posted / sandeep gupta
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int i,j,sum;
printf("enter two numbers");
scanf("%d%d",&i,&j);
sum=i+j;
printf("sum=%d",sum);
getch();
}
getch is missed which hold the output result on the screen.that's why i add the GETCH in this program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is stl stand for?
What are the symptoms of stl?
What is stl language?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
What is stl stack?
What are the components of stl?
Who created stl?
totoo po ba ang manga aliens!
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
What is a list in c++ stl?
What is stl in c++ with example?
write a program to convert a decimal number in to its equivalent binary number?
What is a stl vector?
Is stl open source?
Why should a c++ programmer be interested in stl?