Monday, March 3, 2014

C program to get IP address

#include<windows.h>

int main()
{
   system("ipconfig");

   return 0;
}

No comments:

Post a Comment