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

To explain: The F() macro is USED for sending data, which is usually in the form of strings that are declared within the Serial.print() function which MEANS they are not to be stored ANYWHERE in the program but are to be printed onto the serial MONITOR, to the Flash Memory before it is printed.



Discussion

No Comment Found

Related InterviewSolutions