Question

Which statement about the following assertion is true?
assert(count <= 7);
a) It evaluates its argument at preprocessor time.
b) It evaluates its argument at compile time.
c) It evaluates its argument at execution time.
d) It always calls function abort.

Answer

This answer is hidden. It contains 3 characters.