Mainly my blog will contain the post from the following programming languages:-
- C
- C++
- Web designing Language such as (HTML, CSS etc)
Thank u nd have a nice day...!!!
Enjoy Playing With codes....
waiting 4 ur Response....
waiting 4 ur Response....
1. how to print "hello! world" without using ';' ??? :-D
ReplyDeleteya i made the code by #define syntax here is the code:
Delete#define print printf("HELLO WORLD")
void main()
{
print;
getch();
}
This comment has been removed by the author.
Deletebt this code indirectly uses ';' ... the challange was to do it without ';' ..... :-D :-D :-D
DeleteThis comment has been removed by the author.
ReplyDelete