The statements int x = 1; int y; y = x++;

a) Assign y the value 2;
b) Change the value of x to 2.
c) Assign y the value 0;
d) Assign y the value 1;
e) The ++ is a postfix operator.

b) Change the value of x to 2., d) Assign y the value 1;, and e) The ++ is a postfix operator.

Computer Science & Information Technology

You might also like to view...

The results of a mail merge can be viewed from the ________ tab

A) Mailings B) Review C) Home D) Insert

Computer Science & Information Technology

A password is not a personal identification number.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology