Question 8
Answer saved
Marked out of 1.00
Which of the following statements about the %s conversion specifier, used in the scanf function, is true?
a. reads all characters until the first white space character
Ob. reads all characters until the newline ('')
Oc. reads one characters.
Od. stores the null byte in the memory byte following the first character accepted
Clear my choice
Question 9
Answer saved
Marked out of 1.00
Which of the following statements are true with regards to the || operator?
a. Only if both the expressions evaluate to false, the outcome is false
b. This operator is used to combine two logical expressions which evaluate to true if both individual expressions are true.
Oc. It is relational operator
Od. If one of the conditional expressions return false, the outcome is false.
Clear my choice