PHP supports explicit type definition in variable declaration.

Options
- False
- True


CORRECT ANSWER : False

Discussion Board
answer

In explicit type declaration means that the user has to define tge type for the variable.. Whether it is integer or float ect... But in data types are determined automatically by the type of data we enter without specifying its data type...


Akansha 08-7-2015 02:22 PM

Explicit type definition.

Answer : False

PHP does not support explicit type definition in variable declaration. A variable's type is determined by the context in which the variable is used.

Jayesh Sonar 02-10-2015 04:46 AM

Php question-ans

what is explicit type definition in variable declaration?

Maahi 06-29-2014 07:42 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement