write a 'c' program to sum the number of integer values
Answer Posted / koushik sarkar
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
clrscr();
printf("Enter a integer no:-"); scanf("%d",&a);
printf("Enter a Integer no:-"); scanf("%d",&b);
printf("Sum= %d",a+b);
getch();
}
| Is This Answer Correct ? | 13 Yes | 12 No |
Post New Answer View All Answers
Where local variables are stored in c?
what does static variable mean?
What is the difference between constant pointer and constant variable?
How can I change their mode to binary?
I need a sort of an approximate strcmp routine?
swap 2 numbers without using third variable?
Write a program to reverse a given number in c language?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How can I do graphics in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
How can a number be converted to a string?
Does c have class?
What is abstract data structure in c?
plz let me know how to become a telecom protocol tester. thank you.
What is the sizeof () a pointer?