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