Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Technical Questions
»
Programming
What would be the output of the following program ? main() { unsigned int a = oxffff; ~a; printf ("%x", a); }
ffff
0000
00ff
None of the above
Show Answer
Correct Answer:
ffff
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment