Report Bug
Qus : The following code ‘for(;;)’ represents an infinite loop. It can be terminated by.
Qus निम्नलिखित कोड for(;;) के लिए अनंत लूप का प्रतिनिधित्व करता है। द्वारा इसे समाप्त किया जा सकता है।

A. break
B. exit(0)
C. abort()
D. All of the mentioned


Solution
A. break






Report Bug