answer question number 28 and show answer step by step usinene ollowing furclla
ID: 3843128 • Letter: A
Question
answer question number 28 and show answer step by step
Explanation / Answer
28.
void F(const int A[], int cnc)
{
}
A. False
As input parameter passed is constant and
hence its value cannot be modified
B. False
The input parameter A array can have
any number of elements
C. True
Changes cannot be made to input array A
as it is declared constant
D. False
An empty array can also be passed to the function
and array A need not be initialized
while passing it to function F
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.