What would be the output of the following program ? main() { unsigned int a = oxffff; ~a; printf ("%x", a); }

Correct Answer: ffff

More Questions from Programming

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion