Q56
Consider the following code snippet function f() ; The above prototype represents a
A.
Function f
B.
A custom constructor
AnswerC.
Prototype of a function
D.
Not valid
Answer: Option B
Solution
Answer: Option B
Solution:
The above code snippet defines a custom constructor.