Ayoka Interview Question

Write a program that gives an infinite loop.

Interview Answer

Anonymous

Sep 6, 2020

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