What will be the output of the following program?
void main() { int a, b, c, d; a = 3; b = 5; c = a, b; d = (a, b); printf("c=%d d=%d", c, d); }
A.c=3 d=3
B.c=3 d=5
C.c=5 d=3
D.c=5 d=5
Answers
Answered by
0
Hii dear here is your answer
option d is the correct answer
Hope it's help u
option d is the correct answer
Hope it's help u
Answered by
23
D. C=5 d=5
Hope it helps u
Hope it helps u
Similar questions
Social Sciences,
6 months ago
Math,
6 months ago
Chemistry,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Hindi,
1 year ago