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
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
Why should a c++ programmer be interested in stl?
What are stl algorithms?
How is stl different from c++ standard library?
What is stl language?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What are the various types of stl containers?
Explain stl.
When did c++ add stl?
what is template and type convertion
Can we use stl in coding interviews?
Is there any error below, its a code to delete all entires from a map #include
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
What does stl mean in slang?
What is stl stand for?