In C++, a variable that has been defined but not initialized may
a. be used in any way any identifier can be used.
b. not be used at all
c. not be used as an l-value
d. not be used as an r-value
e. have its value fetched prior to assignment.
c) is correct.
Explanation: The value of an uninitialized variable may not be fetched, but a value may be assigned to an uninitialized variable.
Computer Science & Information Technology
You might also like to view...
How can a master server be configured to make a secondary server request zone transfers immediately after a zone change?
What will be an ideal response?
Computer Science & Information Technology
To display more of a document or other item in the window of an Office program, some users prefer to maximize the Ribbon.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology