A pointer can not be assigned to:
a. Another pointer of the same type without using the cast operator.
b. A pointer to void without using the cast operator.
c. A pointer of a type other than its own type and void without using the cast operator.
d. Any other pointer by using the cast operator.
c. A pointer of a type other than its own type and void without using the cast operator.
Computer Science & Information Technology
You might also like to view...
What is displayed in the title bar of the message dialog box by the following statement?
MessageBox.Show("This is a test.", "Test") (A) This is a test. (B) Nothing. (C) Test (D) The same as the name of the program.
Computer Science & Information Technology
With a(n) ____ connection, the unit of transmission is a sequence of characters.?
A. ?asynchronous B. ?parity C. ?synchronous D. ?serial
Computer Science & Information Technology