If you are using an older computer that does not support the C++11 standard, you should initialize pointers with

a. the integer 0 or the value NULL
b. the null terminator '\0'
c. a nonzero value
d. Any of these
e. None of these

a. the integer 0 or the value NULL

Computer Science & Information Technology

You might also like to view...

A ____ is a value that can be True or False.

A. Truth B. Boolean value C. Dim D. Scope

Computer Science & Information Technology

Why is it better to create another derived class instead of adding a few lines of code to the new program?

A. Simplifies testing. B. No need to re-test the previously written class. C. Saves time, especially when there are deadlines. D. All of the above.

Computer Science & Information Technology