Declaration statements ___________________.

a. are only used for variables and are not needed for constants
b. are only allowed in the Declarations section of a form
c. give a name to variables or constants and specify the type of data they will hold
d. both answers B and C are correct

c. give a name to variables or constants and specify the type of data they will hold

Computer Science & Information Technology

You might also like to view...

A leader line is used when a label is too short for a slice in a pie chart

Indicate whether the statement is true or false

Computer Science & Information Technology

The logarithmic big-O value is ____.

A. O(1) B. O(n) C. O(log n) D. O(n log n)

Computer Science & Information Technology