Choose the correct output for the following program.
#include void main() { int a=10, b=11, c=13, d; d = (a=c, b+=a, c=a+b+c); printf("%d %d %d %d", d, a, b, c); }
A.50, 13, 11, 13
B.50, 13, 24, 50
C.13, 10, 24, 50
D.50, 13, 24, 13
Answers
Answered by
3
b ) I hope b option is right
Answered by
6
●▬▬▬▬▬๑⇩⇩๑▬▬▬▬▬●
B.50, 13, 24, 50
★Option-: B
●▬▬▬▬▬๑⇧⇧๑▬▬▬▬▬●
Similar questions
Math,
7 months ago
Math,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Biology,
1 year ago