AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6314
There are three different kind...
There are three different kind of arrays:
Numeric array, Associative array, Multidimensional array
Correct
Feedbacks
JustMastodon
-
2 years ago
Upvoted this question
Similar IT-6314 questions
The PHP If Else Statement can execute the code within the if and else segments at the same time?
The PHP If Statement will only execute the code within it's curly braces if the if condition is FALS...
The following condition will return TRUE or FALSE:(4 >= 4 || 8 < 1)
The following condition will return TRUE or FALSE ( (4 >= 4 && 8 < 1) || (44 == 33 || 5 > 3) )
The following are examples of =, +=, *=, /=, .= Operators
The following comparison condition would return TRUE or FALSE:(4 <> 7)