( As In Exam - ICSE2014 )
What is an infinite loop? Write an infinite loop statement.
( As In Exam - ICSE2018 )
State the difference between while and do while
( As In Exam - ICSE2018 )
Give the output of the following program segment and also mention how many t
( As In Exam - ICSE2016 )
Convert the following while loop to the corresponding for loop :
int m
( As In Exam - ICSE2016 )
Analyze the given program segment and answer the following questions :
( As In Exam - ICSE2015 )
Write the output of the following code segment:
char ch; int x = 97
( As In Exam - ICSE2017 )
Give the output of the following program segment and also mention the number
( As In Exam - ICSE2017 )
Convert following do-while loop into for loop.
int i=1; int d=5; d