What does the address operator do?
What will be an ideal response?
When used with a variable name, the address operator returns the first byte of the variable’s address in hexadecimal notation.
Computer Science & Information Technology
You might also like to view...
In an Append query, what happens to any records that violate the Primary key (or any other) rule?
A) The records are rejected. B) A message box appears telling you that you must fix the problematic records before the query can be run. C) New Primary key values are added to the records D) The query pauses at each violating record and allows you to fix the error(s).
Computer Science & Information Technology
Distinguish between the frame pointer and the stack pointer.
What will be an ideal response?
Computer Science & Information Technology