Saturday, 13 February 2016

C program to find IP

C program to get ip address: 

 

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

 

No comments:

Post a Comment