Monday, 20 February 2012

program to get ip address

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

No comments:

Post a Comment