Podcast
Questions and Answers
What happens when scanf() encounters whitespace, newline, or EOF?
What happens when scanf() encounters whitespace, newline, or EOF?
What is the purpose of using %[^
]s inside scanf()?
What is the purpose of using %[^ ]s inside scanf()?
What is the difference between scanf() and gets()?
What is the difference between scanf() and gets()?
What is the purpose of Exercise 3?
What is the purpose of Exercise 3?
Signup and view all the answers
What should the output of Exercise 3 be?
What should the output of Exercise 3 be?
Signup and view all the answers
What is the difference between Exercise 3 and Exercise 4?
What is the difference between Exercise 3 and Exercise 4?
Signup and view all the answers
What is the purpose of Exercise 4?
What is the purpose of Exercise 4?
Signup and view all the answers
What should the output of Exercise 4 be?
What should the output of Exercise 4 be?
Signup and view all the answers
What is the topic of the next lecture?
What is the topic of the next lecture?
Signup and view all the answers
What does the newline character do?
What does the newline character do?
Signup and view all the answers