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
What is line in c preprocessor?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Which is best book for data structures in c?
What does s c mean in text?
Explain do array subscripts always start with zero?
Explain how do you list files in a directory?
What is %d used for?
What is 'bus error'?
Can two or more operators such as and be combined in a single line of program code?
What does malloc () calloc () realloc () free () do?
Why isnt there a numbered, multi-level break statement to break out
Is null always defined as 0(zero)?
Suggesting that there can be 62 seconds in a minute?
Can we replace the struct function in tree syntax with a union?
How can you tell whether a program was compiled using c versus c++?