InterviewSolution
Saved Bookmarks
| 1. |
What functions are a static variable visible to?(a) Only Static Functions(b) All Types of Functions(c) Only Functions with a return type(d) Only Non Static FunctionsI have been asked this question during an interview for a job.My question comes from Variable Scope and Qualifiers topic in division Arduino Programming of Arduino |
|
Answer» Right ANSWER is (a) Only STATIC Functions |
|