✔ What are command-line arguments?
✔ Why are they useful? (e.g., passing filenames, configurations, user inputs)
✔ Understanding argc (argument count) and argv (argument vector)
✔ Writing a basic program that accepts command-line arguments
✔ Accessing and printing arguments using argv[]
✔ Checking the number of arguments using argc