The document discusses a do-while loop code sample written in C programming language. The code prompts the user to enter a choice between 1, 2, or 3 and will continue looping until the user enters 2. It uses printf and getche functions to output text and get character input from the user. The code is meant to demonstrate a basic do-while loop structure in C.
1 of 5
Download to read offline
More Related Content
???Pop pornapa
1. #2
1. Do
do while
do while
while do while
1
do while