Abhilash's blog
Friday, July 30, 2010
Programming in C : The value of the Expression
In C the value of the expression like
(n == 0) , (x != n+1) , getchar() != EOF
is zero or one.
Value of
EOF
is
-1
. This value may vary according to the machine.
And the value of character constants like '\n' has an integer value as 'A' has the value 65.
Newer Posts
Home
Subscribe to:
Posts (Atom)