State output of the following
#include <iostream.h>
void main ( ) {
typedef int num;
num a=10, b=15;
num c=a+b+a-b; cout << c;
}
Answers
Answered by
2
Answer:
output : 20
c= 10+15+10-15
c=20
Similar questions
English,
3 months ago
Chemistry,
3 months ago
Math,
3 months ago
English,
7 months ago
Political Science,
7 months ago
Biology,
1 year ago
India Languages,
1 year ago