Tuesday, August 9, 2011

Chapter 4, question 1

1.  What is the following C statement called, and what is its meaning?


x=5+8;

It's an assignment statement.  It calculates five plus eight and puts the value in a variable called x.

No comments:

Post a Comment