what will be the output of the follwing C code?? int i=5; int b=++i+++i+++i; printf("%d",b); please mention the explanation also..... | |
Asked by |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
what will be the output of the follwing C code?? int i=5; int b=++i+++i+++i; printf("%d",b); please mention the explanation also..... | |
Asked by |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|