Write a program gets the IP address using C.

Write a program gets the IP address using C.

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

No comments:

Post a Comment