Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Weeding out

Name: Anonymous 2009-08-17 3:54

Read the following statements and tick the box next to the correct answer.


int a = 10;
int b = 20;
a = b;


The new values of a and b are:
[ ] a = 20  b = 0
[ ] a = 20  b = 20
[ ] a = 0   b = 10
[ ] a = 10  b = 10
[ ] a = 30  b = 20
[ ] a = 30  b = 0
[ ] a = 10  b = 30
[ ] a = 0   b = 30
[ ] a = 10  b = 20
[ ] a = 20  b = 10

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List