All of the following can cause a fatal execution-time error except:

a. Dereferencing a pointer that has not been assigned to point to a specific address.
b. Dereferencing a pointer that has not been initialized properly.
c. Dereferencing a null pointer.
d. Dereferencing a variable that is not a pointer.

d. Dereferencing a variable that is not a pointer

Computer Science & Information Technology

You might also like to view...

Living on the Cloud

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements are true?

a. You use the keyword throws to declare exceptions in the method heading. b. A method may declare to throw multiple exceptions. c. To throw an exception, use the key word throw. d. If a checked exception occurs in a method, it must be either caught or declared to be thrown from the method.

Computer Science & Information Technology