Joke of the day

November 20th, 2007 | Tags:

Girl: Write me such a letter that my whole life would pass by reading it.

Boy(Software eng.):

#include<stdio.h>
void main()
{
while(1)
{
printf( “Read it baby….!!!”);
}
getch();
}

No comments yet.