Lecture 1 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

State the order of evaluation of the operators in the following C statement and show the value of x after the statement is performed:

x = 2 % 2 + 2 * 2 - 2 / 2;