Status: Tags: Links: C MOC
C User Input
- So far we interacted with the user using
printf() - We can also read the user’s input using the function
scanf() - The parameter to
scanf()is a reference (address) to a variable
|
|
Backlinks
|
|
References:
Created:: 2021-10-07 19:50