Basic and Advance C Question:
Download Job Interview Questions and Answers PDF
I am trying to compile this program
Answer:
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.
Those have to do with MS-DOS interrupt programming. They don't exist on other systems.
Those have to do with MS-DOS interrupt programming. They don't exist on other systems.
Download C Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What are near and far pointers? | How can I ensure that integer arithmetic doesnt overflow? |