Answer Posted / neha khurana
#include<stdio.h>
#include<conio.h>
void main()
{
int x,y;
clrscr();
printf("\nEnter the value of any two numbers to be
added\n");
scanf("%d%d",&x,&y);
x=x+y;
printf("%d",x);
getch();
}
| Is This Answer Correct ? | 19 Yes | 55 No |
Post New Answer View All Answers
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is time null in c?
How do I get an accurate error status return from system on ms-dos?
Why is c fast?
Are the variables argc and argv are always local to main?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What functions are used for dynamic memory allocation in c language?
What is "Duff's Device"?
Write a program to print fibonacci series without using recursion?
What is the data segment that is followed by c?
What does d mean?
What is 2c dna?
What are the types of data types and explain?
Give me the code of in-order recursive and non-recursive.
What is a protocol in c?