|
|
charArray[++a] will be implemented first. Therefore, the output is just "dog dog". |
|
| Does this seem right(or wrong) to anybody? |
| Does this seem right(or wrong) to anybody? |
| Can it be that printf first increments 'a', and than uses it in both calls to charArray? |