August 22, 2006
@ 12:00 AM

#include <stdio.h>


#define LEN 256


int main()


{


    char *pMail = malloc(sizeof(int) * LEN);



    printf ("mail : ");


    gets(pMail);


    while(*pMail)


    {


        printf("%c%x",'%', *(pMail++));


    }
    free(pMail);


}


 yani :


<a href=mailto:%62%69%6c%6c%67%61%74%65%73%40%6d%69%63%72%6f%73%6f%66%74%2e%63%6f%6d>Bill Gates</a>