Find The Ip Address Of Your Computer

7/30/2013 11:57:00 pm Unknown 0 Comments

#include<stdlib.h>
#include<conio.h>

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

   getch();
}