Computer Science, asked by neelamtiwary067, 6 months ago

the programming that represent infinite loop​

Answers

Answered by avinash9631
2

Some languages have special constructs for infinite loops, typically by omitting the condition from an indefinite loop. Examples include Ada ( loop ... end loop ), Fortran ( DO ... END DO ), Go ( for { ... } ), and Ruby ( loop do

Answered by jaipaljanghu
0

Answer:

goto

Explanation:

it makes infinite loop

Similar questions