Pooja2014-08-04T10:26:06+00:00Program :
[crayon-6286400dbca86138616407/]
Output :
[crayon-6286400dbca8f272588666/]
Explanation :
Int86() is a C function that allows to call interrupts in the C program
Header File : dos.h
[crayon-6286400dbca92452938922/]
In and out register must be type of REGS.
REGS is a built in UNION declaration in C.
It is defined in the header file <dos.h>