What would be an appropriate declaration for a memory location to be used as a flag to

Question:

What would be an appropriate declaration for a memory location to be used as a flag to indicate whether a value has reached its upper limit?

a. int upperLimit;

b. upperLimit reached;

c. bool upperLimit;

d. Boolean upperLimit;

e. string upperLimit;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: