Question 1
What is the output of the following program?
Note: enter the precise answer. unnecessary spaces, dots can also mark the answer as wrong.
1 #include <stdio.h>
2
3 int main()
4 {
5 int a = 10;
int b = 20;
7
int c = 12;
8 int d = (++a + b++ * c) + (a++ + ++b / c);
9 printf("%d", d);
10 return;
11}
Answers
Answered by
0
Answer:
2gji hok gdyu igd jfs ifss jgd jfss
Similar questions