In the explanation for va_start parameters, it mentions that the second parameter is the "Name of the last named parameter in the function definition. The arguments extracted by subsequent calls to va_arg are those after paramN." I can't seem to understand what it means by the name of the "last named parameter". Can someone clarify for me? Thanks in advance!