1.

Can PROGMEM be used on arrays?(a) Yes(b) NoThis question was addressed to me during an interview.My enquiry is from PROGMEM Utility topic in division Arduino Programming of Arduino

Answer»

Right choice is (a) Yes

Explanation: When the PROGMEM Utility is invoked, data being saved is DIVERTED to the flash memory instead of the SRAM. This utility is a VARIABLE modifier so it can be used on any kind of data STRUCTURES allowed by the language.



Discussion

No Comment Found

Related InterviewSolutions