Subscribe For Free Updates!

We'll not spam mate! We promise.

Thursday, September 26, 2013

Find out Ip address of your pc using C programming


 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.

Socializer
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment

Contact Form

Name

Email *

Message *