The data type returned from a string-building function is:

a. char
b. char *
c. string
d. string *
e. none of the above

b. char *

Computer Science & Information Technology

You might also like to view...

You can increase the success of your dashboard by taking personal preferences into account whenever possible

Indicate whether the statement is true or false.

Computer Science & Information Technology

The ____ exception type occurs when a variable is converted to another data type that is not possible.

A. TypeException B. TypeMismatchException C. FormatMismatchException D. FormatException

Computer Science & Information Technology