A function that prints a string by using pointer arithmetic such as ++ptr to output each character should have a parameter that is:

a. A nonconstant pointer to nonconstant data.
b. A nonconstant pointer to constant data.
c. A constant pointer to nonconstant data.
d. A constant pointer to constant data.


b. A nonconstant pointer to constant data.

Computer Science & Information Technology

You might also like to view...

Exception handling should not be used:

a. As an alternative for program control. b. To make error handling uniform on large projects. c. To deal with errors that do not arise very often. d. To deal with errors for components that will be widely used in other applications, such as classes and libraries.

Computer Science & Information Technology

The Up navigation button moves the view to the next display in a sequence

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ HTML5 element indicates tangential or supplemental content

a. header b. nav c. aside d. section

Computer Science & Information Technology

Typically an FTP client user interface provides a split view of the folders and files on a local computer and a remote computer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology