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 stl in c++ with example?
sir please send me bpcl previous question papers
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
What is stl in oop?
What is a list in c++ stl?
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
What are the various types of stl containers?
Why should a c++ programmer be interested in stl?
What two types of containers does the stl provide?
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
Is string part of stl?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
How do I convert a stl file?
Can we use stl in coding interviews?
what is template and type convertion