Wednesday, February 3, 2010

In C, how do I express a variable as false?

The full question is:





Write an expression that evaluates to true if and only if value of the integer variable isAMember is false.





I know that leaving the variable as is makes the value true, but how do I make it false?In C, how do I express a variable as false?
!isAMember

No comments:

Post a Comment