182. Static Memory-ii

Question.1

A class stores a constant lookup table:

class CRC {
public:
   static constexpr uint8_t table[4] = {0x00, 0x5E, 0xBC, 0xE2};
};

Where is the table stored in the firmware binary?

Need Help? Refer to the Quick Guide below

Select Answer

Restart quiz!