0
why is 28 not written within double quotes ??
if we need to declare a constant we need to use define() function.There is a question in constants' part to declare the age and the answer is just 28.however it should have been "28" ,i mean within double quotes.so should the value be written in double quotes ??
4 odpowiedzi
+ 1
Where?
Please share the code, otherwise we cannot help because it depends on the context and programming language
+ 1
We can’t read your mind
+ 1
<?php
define("AGE",28);
?>
0
here the value i.e.,28 should be written in double quotes..ryt?