MCQOPTIONS
Saved Bookmarks
| 1. |
Expression C=i++ causes |
| A. | a. Value of i assigned to C and then i incremented by 1 |
| B. | b. i to be incremented by 1 and then value of i assigned to C |
| C. | c. Value of i assigned to C |
| D. | d. i to be incremented by 1 |
| Answer» E. | |