C program to get IP address.

#include<stdlib.h>
 
int main()
{
   system("C:\\Windows\\System32\\ipconfig");
 
   return 0;
}


Post a Comment

Previous Post Next Post