What will happen if all the three segments of the "for loop" are missing?
Krishna Rajput Singh
It means the condition is true and the loop goes into infinite mode
In such a case, the "for loop" will become infinite as no terminating condition will be present.
then loop will become infinate
infinite loop. loop will continue until and unless some manual interruption not occurs.
It will result into infinite loop.