Thursday 1 November 2012

IP ADDRESS : Know your internet protocol address

Know check get and use your IP address for all device  |html programming and C programming code for IP Address generetor |Know what is IP address?


IP ADRESS|Reload This image

 This is an widget to display ip address as image. 

This is an widget by ongsono.com to display ip address as image. 
  What is IP address?
An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication.
Basically it is identity of your PC, LAPTOP, IPHONE, ANDROID, MAC or other device. Each time you open any site the site get your IP address. This is for safety reasons. It is binary number.
To know more details about IP Address goto this Wikilink.
 HTML PROGRAMMING CODE FOR IP ADDRESS GENERATOR IMAGE.
<a href="http://zishandownloadfree.blogspot.com/2012/11/know-check-get-and-use-your-ip-address.html" title="Check Your IP Address"><img src="http://s3.ongsono.com/show_ip_address.php" alt="what is my ip address?" border="0" /></a>

Optionally use this Widget installer to add this link to your blogger blog.






 C PROGRAMMING CODE FOR IP ADDRESS GENERATOR
 #include<stdlib.h>
#include<conio.h>
#include<stdio.h>
main()
{  clrscr();
   system("C:\\Windows\\System32\\ipconfig");
   system("pause");
 getch();
}

what is my ip address?Check Backlink

1 comment:

  1. Its very useful post for me and thanks for sharing knowledge on Internet Protocol Address. You have explained in brief way.

    ReplyDelete