Which of the following is true about the char_arr variable? char char_arr[] = "Let Us C++!"; Ochar_arr is an array of size 10, and the last value in the array is "!". char_arr is an array of size 11, and the last value in the array is "!". char_arr is an array of size 12, and the last value in the array is "\0". char_arr is an array of size 11, and the last value in the array is "\0".
Which of the following is true about the char_arr variable? char char_arr[] = "Let Us C++!"; Ochar_arr is an array of size 10, and the last value in the array is "!". char_arr is an array of size 11, and the last value in the array is "!". char_arr is an array of size 12, and the last value in the array is "\0". char_arr is an array of size 11, and the last value in the array is "\0".
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps