Logical NOT - !
Example
int count;
while (!(count > 0))
! false == true
! true == false
Previous slide
Back to first slide
View graphic version