Question: Given: int a = 7, int d = -4, int c = 2. What would be the value of Y in the below statement? Y
Given: int a = 7, int d = -4, int c = 2.
What would be the value of Y in the below statement?
Y = a-- * ++d + c--
a. -19
b. -23
c. Invalid
d. 23
----
Given: int a = 7, int b = 3, int c = 2, int d=-4.
What would be the value of Y in the below statement?
Y = ++a/((++d+c--)+ --b)
| a. Invalid | ||||||||||||||
| b. 8 | ||||||||||||||
| c. 10 | ||||||||||||||
| d. -10 ----------- An argument is
|
--------------------------------------
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
