SYNTAX ANALYSIS
ROLE OF THE PARSER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Conversion from one type to another is said to be ____ if it is done automatically by the compiler.
|
explicit
|
|
implicit
|
|
both
|
|
none of these
|
Explanation:
Detailed explanation-1: -The implicit type conversion is also called automatic type conversion as it is automatically done by a compiler.
Detailed explanation-2: -Implicit type conversion, also known as coercion, is an automatic type conversion performed by the dynamic query engine. Implicit type conversion is used when argument types do not match the required parameter types of a function.
There is 1 question to complete.