Advertisements
Advertisements
प्रश्न
Write down the constructs (syntax) of Nested while loop.
थोडक्यात उत्तर
उत्तर
while( <test condition>)
{
while( <test condition>)
{
}
}
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 1.1: Nested Loop - EXERCISES [पृष्ठ १४५]