Report Bug
Qus :

What is the output of the following program?

for(;;)

{

Statements

}


Qus

निम्नलिखित प्रोग्राम का आउटपुट क्या है?

for(;;)

{

Statemernts

}



A. Error
B. Statements will run forever
C. This an infinite loop
D. Both (B) and (C)


Solution
D. Both (B) and (C)






Report Bug