InterviewSolution
Saved Bookmarks
| 1. |
How many times can a variable declared ‘const’ be fed a value in any program?(a) 1(b) 26(c) 30(d) 0This question was addressed to me in exam.Query is from Variable Scope and Qualifiers in chapter Arduino Programming of Arduino |
|
Answer» The correct answer is (a) 1 |
|