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
Hindi,
3 months ago
English,
6 months ago
Political Science,
6 months ago
Biology,
11 months ago
India Languages,
11 months ago