# Introduction In this lab, you will learn how to read command-line arguments in a C program using the **argc** and **argv** variables. The **argc** variable represents the total number of arguments passed to the program, while the **argv** variable is an array that stores the actual argument values.
Click the virtual machine below to start practicing