The value of variable x after executing the following code will be:

1.10The value of variable x after executing the following code will be:
val = -200;
x = (val >= 0 ) ? val : -val
A) 0
B) 200
C) –200
D) 1


Leave a Reply