Ask Question
6 November, 01:29

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. 6 November, 01:55
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers