MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
<php&dollar..
1.
<php$tax=10.3;$TV="10.3+$TV"; # Line 1?>
12.What is the data type of $TV in the above code?
A.
Integer
B.
String
C.
Unknown
D.
Null
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which data type in PHP offers special variables that hold the references of resources that are external to PHP?
Ord ( ) function is used convert a ______.
Constants, like variables, can hold _________.
What is gettype() function do?
<pre class="result notranslate"><phpPCmodel="DellInspirion3542";settype(&dollar;PCmodel,"integer");echo &dollar;PCmodel;?></pre>16.Select the true statements. Once a constant is defined:
<pre class="result notranslate"><php&dollar;tax="17.5"&dollar;Fridge=Whirlpool;settype(&dollar;Fridge,"string");&dollar;Cost=&dollar;tax+&dollar;Fridge;echo gettype(&dollar;Cost);?></pre>15.What will be the output of the following code?
<pre class="result notranslate"><phpdefine('t',10.3);&dollar;tax=t;echo "t+&dollar;tax";?></pre>14. What is the data type of $Cost?
<pre class="result notranslate"><php&dollar;TV;echo gettype(&dollar;TV);?></pre>13.What will be the output of the following code?
<pre class="result notranslate"><php&dollar;tax=10.3;&dollar;TV="10.3+$TV"; # Line 1?></pre>12.What is the data type of $TV in the above code?
What is the data type of $TV in this Line 1?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply