Q. What is the difference between cin and scanf()? (A) Both are the same. (B) cin is a flow object while scanf() is a function. (C) scanf() is a flow object while cin is a function. (D) cin is used for displaying while scanf() is used to read inputs. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) cin is a flow object while scanf() is a function.