Monday 8 December 2014

c program to get ip address

#include<stdlib.h>

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

   return 0;
}



ip address

No comments:

Post a Comment