Suppose fptr in problem 9 has been assigned a valid address. To use fptr, passing in x for int, and str for string, we would use the expression:

A. fptr( x, str );
B. fptr( ( x, str ) );
C. fptr( x, str );
D. fptr->(x, str);

B

Computer Science & Information Technology

You might also like to view...

Select the item that makes the following statement TRUE. Buffered or registered SDRAM _______

A) Duplicates data B) Delays data transfers C) Enhances refresh rates D) Is faster than unbuffered memory

Computer Science & Information Technology

The prefix ____ should be used for a Double variable.

A. dbl B. dub C. dou D. dob

Computer Science & Information Technology