Which of the following is not true in regard to naming variables?

a. Names may contain underscores.
b. Names may contain letters.
c. Names may contain digits.
d. Names may contain spaces.


d. Names may contain spaces.

Computer Science & Information Technology

You might also like to view...

Give the following declarations, which of the following is a legal call to this function? int myFunction(int myValue);

int myArray[1000]; a. cout << myFunction(myArray); b. cout << myFunction(myArray[0]); c. myArray = myFunction(myArray); d. myArray[1] = myFunction(myArray[0]); e. A and B f. A and C g. B and D

Computer Science & Information Technology

Which of these is NOT a Text Effects option?

A) Outline B) Shadow C) Reflection D) Bevel

Computer Science & Information Technology

A macro-enabled workbook has an extension of ____.

A. xlsx B. xlsw C. xlsm D. xmac

Computer Science & Information Technology

"Control" is another term for a(n) __________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology