KPIT Technologies interview question

how will you create an infinite loop in c programming

Interview Answer

Anonymous

1 Jan 2016

while(1)

1