MCQOPTIONS
Saved Bookmarks
| 1. |
What will be output if you will compile and execute the following c code? #includeint main(){int a=2;if(a==2){a=~a+2 |
| A. | it will print nothing |
| B. | -3 |
| C. | -2 |
| D. | compiler error |
| Answer» E. | |