Question 39
Answer saved
Marked out of 1.00
What kind of loop that executes its body at least once?
O a. go
O b. while
c. do while
O d. for
Clear my choice
Question 40
Answer saved
Marked out of 1.00
Which of the following statements about null byte terminator is not true?
a. The null byte is the character with the value (code) 0.
b. We refer to the null byte using the escape sequence '\0'.
Oc. We use the null byte to locate the last meaningful element in a string
Od. We refer to the null byte using the escape sequence NULL or EOF.
Clear my choice