Interview Questions

I am trying to compile this program

C Interview Questions and Answers


(Continued from previous question...)

I am trying to compile this program

Q: I'm trying to compile this program, but the compiler is complaining that ``union REGS'' is undefined, and the linker is complaining that int86 is undefined.

A: Those have to do with MS-DOS interrupt programming. They don't exist on other systems.

(Continued on next question...)

Other Interview Questions