InterviewSolution
Saved Bookmarks
| 1. |
Consider the following variable declarations and definitions in Ci) int var_9 = 1;ii) int 9_var = 2;iii) int _ = 3;Choose the correct statement w.r.t. above variables.(A) Both i) and iii) are valid.(B) Only i) is valid.(C) Both i) and ii) are valid.(D) All are valid. |
| Answer» | |