Declare a pointer variable named ptr to an integer.
Fill in the blank(s) with the appropriate word(s).
int *ptr;
Computer Science & Information Technology
You might also like to view...
The ________ paste option removes all formatting from the selection
Fill in the blank(s) with correct word
Computer Science & Information Technology
Accessing a local variable outside the block in which the local variable is defined causes a _________ .
a) logic error b) compilation error c) runtime error d) None of the above.
Computer Science & Information Technology