InterviewSolution
Saved Bookmarks
| 1. |
If a program has 4 functions then will all of them be able to access the data held by a global variable?(a) Yes(b) NoThis question was addressed to me in exam.The question is from Variable Scope and Qualifiers topic in division Arduino Programming of Arduino |
|
Answer» The correct answer is (a) Yes |
|