logical NOT operator
BPUTSTUFFS
HOME
CATEGORIES
SERVICES
ABOUT-ME
CONTACT
Operators
Based on function of operators
Arithmetic operators
Modular division operators
Logical operators
Logical AND operator
Logical OR operator
Logical NOT operator
Increament operator
Decreament operator
Conditional operator
Bitwise operator
Assignment operator
Relational operators
Based on no of operators
Unary operators
Binary operators
Ternary operators
Current Categories - C-programming
*Logical NOT operators – The operator symbol is ' ! '.
->when the statement or expression is true then not of the expression will be false and vice versa.
*Truth table -
A
!A
1
0
0
1
e.g - Consider p=10,
then e=!p will be zero or false.
copyright@
Newer Post
Older Post
Home