Thursday 10 September 2009

ADVANCE C OBJECTIVE QUESTIONS





Advanced
c programming language objective type questions and answers with explanation



(1) What will happen when you will compile and execute the following code?






#include



#include



void main()



{



int x,y,b;



union REGS i,o;



i.h.ah=0;



i.h.al=0x13;



int86(0x10,&i,&o);



getch();



}








(a)It will switch to 32 bit color graphics mode.



(b)It

No comments:

Post a Comment