12. If the test-expression of a while loop evaluates to false in the beginning of the loop, even before entering in to the loop : (a) how many times is the loop executed? (b) how many times is the loop-else clause executed ?

a) Loop is executed zero times
b) Loop-else clause is executed once