free c programming course
Tuesday, 2 September 2008
Hexadecimal number questions with solutions in c program
(8) What will be output:void main(){char a='\x82';clrscr();printf("%d",a);getch();}Output:-126Explanation: \x symbol indicate the hexadecimal number system in character
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment