MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What should be the value of i and k at the end of the following program segments? int i,j,k; { j=5; i=2*j/2; k=2*(j/2); } | 
                            
| A. | i=5, k=5 | 
| B. | i=4, k=4 | 
| C. | i=5, k=4 | 
| D. | i=4, k=5 | 
| Answer» D. i=4, k=5 | |