String objects are immutable. This means they ________.

a. must be initialized
b. cannot be deleted
c. cannot be changed
d. None of the above

c. cannot be changed

Computer Science & Information Technology

You might also like to view...

Describe the “ideal” file organization scheme to use with classes.

What will be an ideal response?

Computer Science & Information Technology

Write a program that prompts for an input file name, receives the input file name in a C-string. The program should check for errors opening a file. It is not necessary for the program to do anything other than open the file.

What will be an ideal response?

Computer Science & Information Technology