Ayoka interview question

Write a program that gives an infinite loop.

Interview Answer

Anonymous

6 Sept 2020

while(1){print(“Hello World\n”);}