26.
What is the correct way to declare a string object named myString and initialize it with the value "Welcome" in C++?

27.
What does the 'strncpy()' function do in C++?

29.
Which of the following statements is true about array indices in C++?