Friday, March 28, 2014

Get Your IP By C Program!

Share Post:
This program will read your IP from system and then prints it on the screen.
#include<stdio.h>
#include<stdlib.h>

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

   return 0;
}

0 comments:

Post a Comment