Computer Science, asked by AdvikaRai282, 1 year ago

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 sumit8156
3
b ) I hope b option is right
Answered by Anonymous
6

 \huge{\bf{ \red{\fbox{\underline{ \color{blue}{Hey\: Mate}}}}}}

●▬▬▬▬▬๑⇩⇩๑▬▬▬▬▬●

\underline{\underline{\Huge\mathfrak{Answer-: }}}

B.50, 13, 24, 50

★Option-: B

●▬▬▬▬▬๑⇧⇧๑▬▬▬▬▬●

Similar questions