PROGRAM TO HIDE THE SYNTAX OF C

Saturday, April 12, 2014

#define BEGIN main(){
#define END}
#define EQUAL ==
#define READ(N) scanf("%d",&N)
#define WRITELN(N) printf("%d
",N)



BEGIN

int i;
READ(i);
if(i EQUAL 5)
WRITELN(i);
END


If the read out value is 5 the output will be printed; otherwise the output will not be printed.

Related Posts by Categories

0 comments:

Post a Comment

Copyright © 2014 Information Sharing | Powered By Blogger