InterviewSolution
Saved Bookmarks
| 1. |
What is the equivalent macro for the PROGMEM Utility when dealing with sending data that is to be printed, into the Flash memory?(a) A() Macro(b) C() Macro(c) F() Macro(d) N() MacroI had been asked this question during an online exam.My question is from PROGMEM Utility topic in section Arduino Programming of Arduino |
|
Answer» Correct answer is (C) F() Macro |
|