>>12
let c = 0
cplusplus = c++
cplusplus < c
Let's step through this, shall we?
c = 0
// Store the value of c in
// cplusplus, then increment it
cplusplus = c++
cplusplus > c // Returns false
// The correct answer is c > cplusplus
You just proved that you're not fit to program in C++ OR C.