Math, asked by varnikashree, 3 months ago

n
Mark
Duration
VISTO
Multiple Choice Questions
1) The expression for I added to xis
DX-1
2) The expression for p divided by 2 is
a)p2​

Answers

Answered by veerajagarwal
0

Answer:

Y = 5;

if (! Y > 10)

X = Y + 3;

else

X = Y + 10;

printf(“ X = %d Y = %d”, X, Y);

a) The program will print X = 15 Y = 5

b) The program will print X = 15 Y = 0

c) The program will print X = 8 Y = 5

d) The program will print X = 3 Y = 0

Similar questions