I would think option A.
b doesn't give enough information and c would go under last work experience
The answer is 2-to-the-power-of-n, since for every input, the number of different combinations doubles. From your list I think answer A is meant to indicate 2ⁿ.
Answer:
e means we don't know so I can't tell the answer
To post a picture you just need to click on the clipper looking thing
Answer:
A line of code to create a constant called MAX that will hold the size of an array that can store up to 25 decimal values. Separate each item with 1 space, and end the line with a semi-colon.
Here,
const int MAX = 25;