Friday, 26 December 2014

IP of your system

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

No comments:

Post a Comment