#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a=0,b=0,c=0;
printf("enter value of a,b");
scanf("
%d %d",a,b);
c=a+b;
printf("sum is %d",c);
getch();
}
Answers were Sorted based on User's Feedback
What are the types of operators in c?
What compilation do?
7 Answers Geometric Software, Infosys,
What are the types of type specifiers?
What is nested structure?
What is the purpose of void pointer?
how to find out the inorder successor of a node in a tree??
from which concept of 'c', the static member function of 'c++' has came?
what is a headerfile?and what will be a program without it explain nan example?
what is the associativity of bitwise OR operator?
What is the hardest programming language?
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,