Q. Which loop will always execute at least once? (A) for (B) while (C) do-while (D) foreach ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) do-while Explanation: do-while executes the block before checking the condition.