Skip to main content

write a c program to know or retrieve IP address

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

Comments

Popular posts from this blog

Mail merge 1