Question

How to write a do .. while loop in C?


Annonce
Ad

Answer

do 
{
	// Do something
}
while (test);


[source]
# ID Query