KPIT Technologies interview question

how will you create an infinite loop in c programming

Interview Answer

Anonymous

Jan 1, 2016

while(1)

1