MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the final values of k and L in the following C code? |
| A. | k value is 0 and L value is 0 |
| B. | Compilation Error |
| C. | k value is 1 and L value is 1 |
| D. | Runtime Error |
| E. | None of these |
| Answer» B. Compilation Error | |