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
How does an stl file work?
how to making game in c++ ?
What is the stl, standard template library?
What is stl stack?
Name the different types of stl containers.
What do stl stand for?
totoo po ba ang manga aliens!
In what scenario does the Logical file and Physical file being used?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is a list in c++ stl?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
How stl is different from the c++ standard library?
Is stl open source?
How is stl different from c++ standard library?
what is template and type convertion