C++20 sections · 1024 units
Open in CourseQuiz: Reading Input
Input operations
Quiz: Reading Input
What happens when cin reads a value into a variable?
- A.It creates a new variable
- B.It deletes the previous value permanently
- C.It prints the variable value
- D.It stores user input in the existing variable