01Which loop is guaranteed to execute its body at least once?
02What is the purpose of the 'break' statement in a switch case?
03In C, what is treated as 'true' in an if-statement?
04Which statement is used to skip the rest of the current loop iteration and move to the next one?
05What is the internal mechanism that makes a 'switch' statement faster than multiple 'if-else' blocks?