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,
5 months ago
Math,
5 months ago
Social Sciences,
10 months ago
English,
1 year ago
Biology,
1 year ago