When you run a macro, the macro performs the steps you completed while recording the macro
Indicate whether the statement is true or false
TRUE
You might also like to view...
Which of the following function declarations correctly guarantee that the function will not change any values in the array argument?
a. void f1(int array[], int size) const; b. void f1(int array[], int size); c. void f1(int &array, int size); d. void f1(const int array[], int size); e. void f1(int array[], const int size);
A (n) __________ is a set of instructions that the computer follows to solve a problem.
a. compiler b. linker c. program d. operator e. None of these
The de facto language for ASP scripting is
(a) JavaScript. (b) Perl. (c) VBScript. (d) C++.
When you rename a file, you MUST be sure to retype the file name extension because if you don't, Windows Vista will remove any extension that was there
Indicate whether the statement is true or false