in Education by
int x =20, y = 10, z; What is the value of z in z = ++x * (y – –) – y ? Show the steps. Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
z=++x*(y–) – y z=21*10-9 z=210-9 z=201(ans) Hope this will help you

Related questions

0 votes
    Q.32 :-What will the SWAP macro in the following program be expanded to on preprocessing? will the code compile? ... y); return 0; Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    int fun(int n) { if(n!=0) { return n – fun(n-5); } else { return n; } } int main(){ int n = 20, z; z = fun(n); printf(“%d”, z); } Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    Eight persons A, B, C, D, N, X, Y and Z live in an eight story building, one on each floor but not ... floor numbers of A and N? Select the correct answer from above options...
asked Dec 20, 2021 in Education by JackTerrance
0 votes
    Convert the Boolean function, F(x, y, z) = ∏(0, 2, 6, 7) in sum of minterm form. Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    Prove that x’y+z = (X׳+Y׳+Z׳)(X׳+Y+Z)(X+Y+Z) Boolean algebra Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    What is the value of m after evaluating the following expression:m -= 9%++n + ++n/2; when int m=10,n=6. Pls Answer Now.. Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    Three randomly chosen nonnegative integers `x , ya n dz` are found to satisfy the equation `x+y+z=10.` Then the ... . `(5)/(11)` Select the correct answer from above options...
asked Nov 13, 2021 in Education by JackTerrance
0 votes
    Evaluate the following Java expression, if x=3, y=5, and z=10: ++z + y - y + z + x ... 🔗Reference: stackoverflow.com 🔗Source: Java Interview Questions and Answers...
asked Dec 19, 2020 in Technology by Editorial Staff
0 votes
    Find the value of Stoke's theorem for y i + z j + x k. (a) i + j (b ... ,electromagnetic theory proposed by,electromagnetic theory engineering physics,electromagnetic theory nptel...
asked Nov 11, 2021 in Education by JackTerrance
...