Quiz on Default Arguments and Variadic Functions
Here is a quiz to test your understanding of the concepts related to default arguments and variadic functions.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
In order to determine the line number from where the function has been called, which keyword can be used?
A.
__FUNCTION__
B.
__FUNCTION_LINE__
C.
__LINE__
D.
both B and C
1 / 4