McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Science in Computer Science ...
→
Linux and PHP
→
Variables always start with a ........ i...
Q.
Variables always start with a ........ in PHP
A.
Pond-sign
B.
Yen-sign
C.
Dollar-sign
D.
Euro-sign
Answer» C. Dollar-sign
1.7k
0
Do you find this helpful?
6
View all MCQs in
Linux and PHP
Discussion
No comments yet
Login to comment
Related MCQs
Variables always start with a ________ in PHP.
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?
What PHP stands for?
PHP is an open source software
Which of the following is not valid PHP code?
PHP runs on different platforms (Windows, Linux, Unix, etc.)
What is the purpose of basename() function in PHP?
In PHP, fgets() is used to read a file one line at a time.
Which of the following data type is compound datatype supported by PHP.