! and != in c
Mon Sep 01 2008, 08:18 pm
Yoyo, do you know what is the different between ! and != in C language??
Tue Sep 02 2008, 12:05 am
hi nismo,
"!' is a logical operator (Logical NOT) and
"!=" is a relational operator (not equal to).
:-)pdi33
The NOT you mentioned here is something like inversion?? 1--->0 and 0--->1
Powered by e107 Forum System