McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Science in Computer Science ...
→
Linux and PHP
→
Which of the following data type is comp...
Q.
Which of the following data type is compound datatype supported by PHP.
A.
Array
B.
String
C.
Float
D.
Boolean
Answer» A. Array
2.1k
0
Do you find this helpful?
30
View all MCQs in
Linux and PHP
Discussion
No comments yet
Login to comment
Related MCQs
What is the value displayed when the following is executed? Assume that the code was executed using the following URL: testscript.php?c=25 <?php function process($c, $d = 25) { global $e; $retval = $c + $d - $_GET['c'] - $e; return $retval; } $e = 10; echo process(5); ?>
Which of the following tags in PHP is not a valid way to begin and end a PHP code block?
Which of following comments is supported by PHP.
Which of the following is not valid PHP code?
Which of the following functions in PHP do not return a timestamp?
In PHP, which of the following(s) count elements in an array?
Which of the following delimiter syntax is PHP's default delimiter syntax
Which of the following delimiter is default in PHP?
Which of the following function is used to change the root directory in PHP?
Which of the following is a PHP resource?