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();
}
fb page link of my friend : https://www.facebook.com/chitanoku?fref=ts
khairulhasanmd
June 4, 2013 at 5:33 amHey, this is just a test to the code tag works or not. this is the code tag.
[code language=””]
[code language=""cpp""]
//code here
[/code]
[/code]