Which of the following statements is true?

a. When opening a file, you can specify the name of the file only as a pointer-based string.
b. When opening a file, you can specify the name of the file only as a string object.
c. When opening a file, you can specify the name of the file as either a pointer-based string or a string object.
d. None of the above.

c. When opening a file, you can specify the name of the file as either a pointer-based string or a string object.

Computer Science & Information Technology

You might also like to view...

Availability describes what percentage of the time the resource or the data is available

Indicate whether the statement is true or false.

Computer Science & Information Technology

Some JVMs translate byte code instructions into machine language when they are first encountered, using the ____ technique.

A. IDE B. JIT C. variable D. interpreter

Computer Science & Information Technology