Programming Linux
Courses
if
else
switch
while
for
do - while
break
continue
goto
googletest
About
Blog
do do-something while (condition);
Condition is checked after body
⟶ body is executed at least once