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 is a standard template library (stl)? What are the various types of stl containers?
What is stl in oop?
what is template and type convertion
Who created stl?
What is stl stack?
Explain stl.
What two types of containers does the stl provide?
What does stl stand for in basketball?
When did c++ add stl?
Is there any error below, its a code to delete all entires from a map #include
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
how to making game in c++ ?
What are the components of stl?
How do I convert a stl file?
How is stl different from c++ standard library?