May
1

Mayday Programming Brain Teaser

Posted by adam in Interesting

Thanks to Sam for the idea.

int k = 0;
k = k++;

After both lines execute, what is k equal to?

Read the rest of this entry »