MCQOPTIONS
Saved Bookmarks
| 1. |
Which is correct syntax to declare constant? |
| A. | define("CONSTANT", "Placement Question"); |
| B. | const CONSTANT = Placement Question; |
| C. | constant CONSTANT = Placement Question; |
| D. | A & B |
| Answer» E. | |