What is the output of this C code?
3
1 #include <stdio.h>
2 void main()
a=5
4
int a = 3;
6
int b = ++a + a++ + --a;
7
printf("Value of bis %d", b);
Answers
Answered by
0
program is wrong
Explanation:
plz send it again
Similar questions
English,
4 months ago
Science,
4 months ago
Social Sciences,
9 months ago
English,
1 year ago
Biology,
1 year ago