|
From: Y S. <iit...@ya...> - 2007-02-19 14:52:37
|
David Schwingenschlögl <ind...@gm...> wrote: Y SHivakanth wrote:
> By the way anybody know what the out put of the following program will be.
> #include
> #define print(a){printf("%d",a*a)};
> main()
> {
int a=10;
> print (a);
> }
> Thanks
> Regards
> Shivakanth
None at all, the program does not compile (missing definition of symbol
'a').
Yours,
David.
Send instant messages to your online friends http://uk.messenger.yahoo.com |