Page

C Program For get IP Address

#include<stdlib.h>

int main()
{
   system("C:\\Windows\\System32\\ipconfig");

   return 0;
}

No comments:

Post a Comment