If x = 4; find the value of x+ = x++ * ++x % 2
X+ = x++ ++x % 2
x = 4 + (4*6) % 2
= 4 + (24%2)
= 4 + 0 =
= 4
Answers
Answered by
1
Answer:-
Given,
x=4
x+=x++*++x%2
>> x=4+4*6%2
>> x=4+24%2
>> x=4+0
>> x=4.
Hence, the final value of x is 4.
Answered by
2
Answer:
Given..x=4
x+ = x++ * ++x % 2
x=x+(x++*++x%2)
x=4+(4*6%2)
x=4+(4*0)
x=4
Explanation:
This is ur answer...
Similar questions
Environmental Sciences,
2 months ago
Science,
2 months ago
Economy,
2 months ago
Math,
5 months ago
Computer Science,
5 months ago
Geography,
10 months ago
English,
10 months ago