Q.Write a c program to creat a directory in current working directoty?
Ans:
#include
void main()
{
union REGS i,o;
i.h.ah=0x39;
i.x.dx="ravan";
int86(0x21,&i,&o);
getch();
}
C programming Language AND C++ programming Language (OOPs) QUESTION WITH SOLUTIONS ARE IN This BLOG. Placement Question with solutions ,Technical Placement question,Technical Placement question with Answer,Technical Placement question with Solution or other Links
No comments:
Post a Comment