The statements int x = 1; int y; y = --x;
a) Assign y the value 1;
b) Change the value of x to 0
c) Assign to y the value 1;
d) Assign to y the value 0;
e) The -- is a prefix operator.
b) Change the value of x to 0
d) Assign to y the value 0;
e) The -- is a prefix operator.
Computer Science & Information Technology
You might also like to view...
A line chart emphasizes the distinct values of each data point
Indicate whether the statement is true or false
Computer Science & Information Technology
One of the following is NOT an objective of Phase 4 of the SDLC, system development. Which one?
A. convert files to the new system B. acquire software C. acquire hardware D. test the system E. address the make-or-buy decision
Computer Science & Information Technology