Answer Posted / deepanshu dubey
#include<stdio.h>
#include<conio.h>
#include<math.h>
main()
{
int a,b,c;
printf("Enter two numbers\n");
scanf("%d%d",&a,&b);
c=a+b;
printf("%d\n",c);
}
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Is malloc memset faster than calloc?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What’s the special use of UNIONS?
write a program to display all prime numbers
What is sizeof array in c?
What are types of functions?
Why does everyone say not to use gets?
Can the size of an array be declared at runtime?
How can I get back to the interactive keyboard if stdin is redirected?
Is anything faster than c?
How can I list all of the predefined identifiers?
Why is c so powerful?
What is #include stdlib h?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
How important is structure in life?