Iterating String Array with C While Loop

# Introduction In this lab, you will learn how to iterate through a list of strings using a while loop in the C programming language. We will declare an array of strings and then use a while loop to print each string in the array until we reach the end of the list.

|60 : 00

Click the virtual machine below to start practicing