Which of the following is not true?
a. a pointer can be assigned the address of an array
b. an array can be assigned the value in a pointer variable
c. if a pointer points to an array, it can be used in place of the array name
d. if a pointer points to an array, the pointer does not know how many elements are in the array.
b. an array can be assigned the value in a pointer variable
You might also like to view...
Which of the following file types cannot be opened by Microsoft Paint?
A. Windows Bitmap B. Word document C. GIF D. JPEG
In a line oriented editor
a: changes are applied to a line or group of lines at a time b: changes are applied to a character or group of characters at a time c: changes are applied to a screen at a time d: changes can not be applied e: none of the above
The command to set the option to prevent overwriting an existing file is
a. set option noclobber b. set -o noclobber c. set -o ignoreeof d. set +o noclobber e. set on ignoreeof
A field containing the AutoNumber data type must be manually incremented for each record entered
Indicate whether the statement is true or false