Read User Input

# Introduction In this lab, you will learn how to read user input in C programming language using the `scanf()` function. The `scanf()` function is used to read input from the user and is defined in the standard input/output library `stdio.h`. C language is a strongly typed language and supports different data types. In this example, we will use the `char` and `int` data types to read and display user input.

|60 : 00

Click the virtual machine below to start practicing