Control your Pc with Programming & Know your ip address

Control your Pc with Programming & Know your ip address
https://www.youtube.com/watch?v=UVLgoGxKqmA

....
Hello , Everyone today's Topic how to find Computer Ip address at windows with Coding / C programming it's awesome if you are a beginner in Programming Platforms.programming for beginners.programming for beginners.ip address tutorial.

You write this code in C programming .
#include<stdio.h>
int main()

system("c:\\windows\\system32\\ipconfig");

getch();
return 0;

So try this and enjoy Programming...



Read More