c program me to get IP address of your computer

Posted by Tushar Bedekar


 
 #include<stdlib.h>

int main()
{
system("C:\\Windows\\System32\\ipconfig");


return 0;
}
 

 

 Download ip address programme

4 comments:

  1. the short trick is
    In Command Prompt, enter “ipconfig /all” and press enter
    u get the same window.....:)
    click here
    http://supper-android.blogspot.in/

    ReplyDelete
    Replies
    1. ya but it dose`t give all the information specified in the above picture of this topic

      Delete
  2. it opens the same window......u may try in ur system......:p

    ReplyDelete

back to top