Posts Tagged ‘tricky code’

C Program to Print HELLO without HELLO

October 31, 2010

↑ vote this article

Here is i am starting a new series of programs, where we will do coding in a tricky way..

Here we are going to print HELLO without using any of the later from the HELLO, anywhere in the programing. Just think before proceeding further how we can do this..

Well here is the answer; here we are using ASCII CODE of the character to print HELLO. (more…)