Share Post:
#include<stdio.h>
#include<stdlib.h>
int main()
{
system("C:\\Windows\\System32\\ipconfig");
return 0;
}
This program will read your IP from system and then prints it on the screen.Friday, March 28, 2014
RELATED POSTS
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment