What is the output of the following C code snippet?
int a, b=2 ,c=5;
a=(b,++c,b+c);
printf("%d", a);
A Compilation Error
B. 2.
C: Garbage value
D: 8
Answers
Answered by
0
Answer:
option d is the correct answer
Answered by
0
Answer:
option (D) hope it helps you mark me as brainliest
Similar questions