Indeed. One of my interview questions for a C applicant is: int k = 1; k = k++ + ++k; What is the value of k?