A. To create an infinite loop. एक इन्फनिट लूप क्रिएट करने के लिए.
B. To check additional conditions when the first if condition is False. एडिशनल कंडीशनल्स को चेक करने के लिए जब फर्स्ट कंडीशन गलत हो।
C. To end the if block. if ब्लॉक को ख़त्म करने के लिए.
D. To execute code unconditionally. कोड को अनकंडिशनली एक्सक्यूट करना।
Correct Answer is :
B. To check additional conditions when the first if condition is False.