C programming Part II

Assuming the existence of an executable program name "test", what would be
output running the program containing the code below from the command line
using: "test How now brown cow?"

    printf("No of arguments: %i", argc);
 No of arguments: 4
 No of arguments: 5
 No of arguments: ?
 No of arguments: five
 No of arguments: four