MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Consider the following code fragment: int a,c; c=2; a=(c+ =5)*2 What will be the value of "a" after the above lines are executed? | 
                            
| A. | 10 | 
| B. | 14 | 
| C. | 12 | 
| D. | The second assignment statement is syntactically incorrect | 
| Answer» C. 12 | |