Search:

Type: Posts; User: Md Shadab

Search: Search took 0.01 seconds.

  1. 14750 This the source code + output, I want to...

    14750 This the source code + output, I want to know how this output came, my main concern is "++x||++y&&++z;" ...
  2. Give the output of the following program and justify why this output will be obtained

    #define PRINT(int) printf("int=%d\n",int) #define PRINT1(x,y,z) printf("x=%d\ty=%d\tz=%d\n",x,y,z) main() { int x=1,y=1,z=1; x+=y+=z; PRINT(x<y?y:x); x=y=z=1; ...
Results 1 to 2 of 2