Question

How to write a while loop in C?


Annonce
Ad

Answer

while (test)
{
	// Do something 
}


[source]
# ID Query