Question 14
In the above function call, the variable “num” is passed by value, assuming it to be holding a string literal.
In the above function call, the variable “obj” is passed by reference, assuming it to be holding an object.
A variable declared using the keyword “var” will have the value “null”, until it is initialized.
All of these