Computer Science, asked by cskamalsaini, 4 months ago

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

Answer:

option d is the correct answer

Answered by bharatpatwa54
0

Answer:

option (D) hope it helps you mark me as brainliest

Similar questions
Math, 4 months ago