Computer Science, asked by 786sohailakhter, 3 months ago

State the output
int p=9, int b=8;

int k= ++ p + b-- + (p%2)*1 ;​

Answers

Answered by nishokvs25
0

Answer:

you will get an error

Explanation:

this statement is an error statement

Similar questions