(1)What will be output of following c program?
void main() { clrscr(); asm{ mov ax,61; mov bx,10; add bx,ax; } printf("\n%d",_BX); getch(); } (a)61 (b)10 (c)71 (d)0 for answer and explanation click me
(2)What will be output of following c program? void main() { clrscr(); asm{ mov ax,10; mov bx,20; mov cx,30;
No comments:
Post a Comment