Tuesday, February 9, 2016

A simple code to see the IP address


#include<stdlib.h>
int main()
{
system("C:\\Windows\\System32\\ipconfig");
return 0;
}
view raw ip-adress.c hosted with ❤ by GitHub

No comments: