Wishing Happy Birthday To A Programmer

This seems funny but i have to do this cause only a programmer can find out the output of this program.

Lets see who are programmers among my visitors and can find out the output.

[code language=”cpp”]

#include <stdio.h>
#include <conio.h>

void main(){
int i,Message[]={72, 97, 112, 112,
121, 32, 66, 105, 114, 116, 104,
32, 68, 97, 121, 32, 60, 67, 104,
111, 105, 116, 111, 110, 110, 111, 62};
for (i=0; i<27; i++)
{
printf("%c", Message[i]);
}
getch();
}

[/code]

fb page link of my friend : https://www.facebook.com/chitanoku?fref=ts

Comment (1)

Leave a Reply

Your email address will not be published. Required fields are marked *