Self-Test Questions in PHP Language For Beginners Part 7


1. Which characters are allowed in PHP print array names?
2. What types of values can be stored in an array element?
3. How can you create an unpopulated array?
4. How can you assign a value to specific elements in a numeric array.
5. How can you create and populate an array with a single instruction?
6. How can you add elements to a numeric array without specifying an index location?
7. How can you retrieve a value from a numeric array?
8. How can you reference a numeric array element using a variable?
9. How would you create and populate a new associative array to hold the names and phone numbers of three contacts?
10. How can you retrieve a value from an associative array?

Self-Test Questions in PHP Language For Beginners Part 7

No comments:

Post a Comment