Q. In the following given line of code, the prototype representing the_____
Code:
functionx(){};
β
Correct Answer: (B)
Prototype of a function
functionx(){};
You must be Logged in to update hint/solution