garfield_56
zzzzzzzzzz........
Hey all...
I guess most of u will figure this out....but anyways, i found it interesting, so i thought i'll share it with u all!!!!
C++ without main()
Try and figure it out (that is...if u haven't done dat already!!) and i'll post d explanation tomorrow!!
I guess most of u will figure this out....but anyways, i found it interesting, so i thought i'll share it with u all!!!!
C++ without main()
Code:
#include<stdio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf(" hello ");
}
Try and figure it out (that is...if u haven't done dat already!!) and i'll post d explanation tomorrow!!
Last edited: