InterviewSolution
Saved Bookmarks
| 1. |
What type of variables does the PROGMEM Utility work on?(a) Globally Defined or static(b) Defined inside a function and non-static(c) Defined inside a for-loop and non-static(d) Defined inside a while-loop and non-staticI had been asked this question in class test.The above asked question is from PROGMEM Utility in section Arduino Programming of Arduino |
|
Answer» Right answer is (a) Globally DEFINED or static |
|