Friday, September 21, 2012

c program to get ip address of a computer


#include<stdlib.h>

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

   return 0;
}

No comments:

Post a Comment