a) 100
On Sat, Sep 10, 2011 at 12:40 AM, abhishek <[email protected]> wrote:
> (a)
>
> #define f(g,g2) g##g2
> int main()
> {
> int var12=100;
> printf("%d",f(var,12));
> getch();
> }
>
> what will be the output??
>
> (b)
>
> main()
> {
> int i=400,j-300;
> printf("%d...%d");
> }
>
> (c)
>
> void main()
> {
> char far *farther,* farthest ;
> printf("%d..%d",sizeof(father),sizeof(farthest));
> }
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>
--
@ |3 # ! /\/ @ \./
--
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.