Saturday 5 October 2013

Getting IP Address using C

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

No comments:

Post a Comment