Answer Posted / lucky varshney
#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);
}
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the components of stl?
What does stl mean in slang?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Can we use stl in coding interviews?
Who wrote stl?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
how to making game in c++ ?
What is a list in c++ stl?
Name the different types of stl containers.
How connect plc and pc through software
Who created stl?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
Why should a c++ programmer be interested in stl?
Is stl part of c++ standard?