What is the purpose of the semicolon in PHP?
a. statement termination
b. concatenation
c. line continuation
d. subtraction
a. statement termination
You might also like to view...
Which profile is used when new user profiles are created?
A. default B. roaming C. mandatory D. public
In the code given, which are the parameters and which are the arguments?
``` 1. function product(x.y); 2. { 3. return (x * y); 4. } 5. myNum = product(5, 10); ``` a. arguments: 5, 10 parameters: x, y b. arguments: x, y parameters: 5, 10 c. arguments: x, y parameters: none d. arguments: none parameters: x, y
Links to sections are known as ____ links.
A. indexed B. key C. function D. bookmark
A ____ is a group of values and other data organized into rows and columns, similar to the ruled paper worksheets traditionally used by bookkeepers and accountants.
A. document B. cell C. spreadsheet D. block