Home » Ccode » Find out Ip address of your pc using C programming Find out Ip address of your pc using C programming Shahriyar 8:49 PM Ccode Source code to find out ip address of a pc //Code start #include<stdio.h>int main(){ system("ipconfig"); return 0;} //Code end Compile and run the code you can see your ip address. Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment