Question
1 The number of actual arguments in a function call must be the function prototype. A. The same as, or qreater B. The same as,
1 The number of actual arguments in a function call must be the function prototype. A. The same as, or qreater B. The same as, or less than C. Always more than D. Exactly the same.
2 The following array named values terminates with a terminator: A. True B. False
Sol160:
1. B. The number of actual arguments in a function call must be the same as, or less than, the number of formal parameters in the function prototype.
2. The statement is incomplete and unclear. It is not clear what is meant by "terminator" in this context. It is possible that the question is referring to the presence of a null character at the end of a string, in which case it would depend on how the array "values" was initialized and used. If "values" is a character array containing a string, it should end with a null character to indicate the end of the string. If "values" is not a string, then it is not necessary to include a null character.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started