Answer:
The answer is "Option a".
Step-by-step explanation:
In the question it is defined, that an array "myArray" is defined, which contain the decimal 10, 20 and 30 unsigned bytes, and to assign these value first name of array is used, then the bytes keyword is used after then values, and other options were wrong that can be described as follows:
- In option b and option c, The byte keyword firstly used, which is illegal, that's why it is wrong.
- In option d, In this code, DUP is used, which is not defined in question, that's why it is wrong.