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
C program to print sum of even numbers upto 10
#include <stdio.h> #include <stdlib.h> int main() { &n ...
Basic C program to print sum of squares of 4 numbers
#include <stdio.h> #include <stdlib.h> int main() { &n ...
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment