How do you write an infinite loop using the while loop?

Answer:
while (1) puts ("press Ctrl+C");
First answer by NevemTeve. Last edit by NevemTeve. Contributor trust: 172 Question popularity: 1 [recommend question].