Ask Question
14 March, 10:24

Which statement is false? Select one: a. Function printf does not care how large the array it is printing is. b. Function scanf reads characters into memory from the keyboard until the first input whitespace character is encountered.

+5
Answers (1)
  1. 14 March, 11:35
    0
    Option A

    Explanation:

    Because each function has specific amount of space allocated by default on the stack, so it cares about the length of the array being printed by it. By default the space is up to 100 kb but this size can be increased by setting it manually.

    Option B is correct answer because scanf takes input from user until first space is hit.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which statement is false? Select one: a. Function printf does not care how large the array it is printing is. b. Function scanf reads ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers