The GNU C Programming Tutorial - Questions for Chapter 7
Node:Questions for Chapter 7,
Previous:Logical operators,
Up:Expressions and operators
Questions for Chapter 7
- What is an operand?
- Write a short statement that assigns the remainder of 5 divided by 2 to
a variable called
remainder
and prints it out.
- Write a statement that subtracts -5 from 10.