Exam (elaborations)
CMPUT 201 Quiz 7 2023 Update
- Course
- Institution
Consider the following code snippet: char str[15] = "e"; str[9] = 'c'; How many null characters are present in the array str? - ANS-13 Consider the following string: char str[] = "CMPUT 0 201"; Assume you called strlen on this string. What would it return? - ANS-6 What is true about the fol...
[Show more]