MCQOPTIONS
Saved Bookmarks
| 1. |
Which one of the following is correct way of declaring and initialising a variable, x with value 5? |
| A. | int x |
| B. | =5 |
| C. | int x=5 |
| D. | x=5 |
| E. | declare x=5 |
| Answer» D. x=5 | |