Multiple choice technology programming languages C++ \0 . \END None of the Above Reveal answer Fill a bubble to check yourself A Correct answer Explanation In C and C++, character arrays (C-style strings) are terminated with the null character '\0' (ASCII value 0). This marks the end of the string so functions like strlen() know where to stop. Option A is correct.