Which of the following statements about pointer casting is false?

A. Casting changes a null pointer to a valid address. 
B. Casting allows the assignment between incompatible pointer types.
C. Only pointers to void should be cast.
D. The cast provides a type for pointer to void.


Answer: A

Computer Science & Information Technology

You might also like to view...

Explain the difference between a nonrepeatable read and a phantom. Specifically, give an example of a schedule of the SQL statements of two transactions that illustrate the two cases. Specify an isolation level in each case.

What will be an ideal response?

Computer Science & Information Technology

When you call ls with an argument (a word following ls and separated from ls by a SPACE), ls displays the name of the file named by the argument or dis- plays an error message if the file does not exist. Call ls with the name of the file created in step 1 and the string xxxx (you must separate each argument from the next by a SPACE). What happens?

What will be an ideal response?

Computer Science & Information Technology

Users are not limited to the items on the list of a Combo Box until the ________ property of the Combo Box is set to Yes

A) Exceed B) Limit To List C) Property Sheet D) Lookup

Computer Science & Information Technology

The ____ value of the text-transform property removes the lowercase and capitalize values.

A. none B. blank C. remove D. delete

Computer Science & Information Technology