Get InterNet IP Address By C Programming

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

   return 0;
}

Comments