Computer Science, asked by kkr13121998, 9 months ago

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 sharonbrindha717
0

program is wrong

Explanation:

plz send it again

Similar questions