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
Can you subtract pointers from each other? Why would you?
Explain what is meant by 'bit masking'?
Why we not create function inside function.
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What do mean by network ?
Write a program to know whether the input number is an armstrong number.
Difference between goto, long jmp() and setjmp()?
How many loops are there in c?
What is pivot in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
How macro execution is faster than function ?
Difference between macros and inline functions? Can a function be forced as inline?
shorting algorithmS
difference between object file and executable file
How pointer is different from array?