Bruzewicz
Friday, 6 September 2013
Char data type arithmetic expression
Char data type arithmetic expression
int main()
{
char a = 'P';
char b = 0x80;
printf("a>b %s\n",a>b ? "true":"false");
return 0;
}
Why does it evaluates to true?
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment