I did ok, but it was a weird exam. The two questions where I have the most difficulty in understanding my scoring are:

The statement:
cin >> someInt;
can be interchanged with
someInt >> cin;
[] True
[x] False

(paraphrasing) Writing code in a clean and consistent style is important to
a) the compiler
b) the person writing the program
c) other people reading the source
d) b and c

I missed points on both and I was positive I wouldn't. I suppose you could argue my answer for both. But the instructor hasn't covered bitwise operations (and won't for the rest of class). And well, I just thought d was a reasonable answer for the other.

... Stupid world.