Consider the following code segment: int a[45]; P(a); // call function p with argument a (the array above) int p(int *k){ // this is function p cout


Consider the following code segment:


int a[45];


P(a); // call function p with argument a (the array above)




int p(int *k){ // this is function p


cout<”the size="" of="" array="" k=""><_what goes="">


}



a.)sizeof(k)/sizeof(int)


b.)sizeof(int)/sizeof(a)


c.)sizeof(a)/sizeof(int)


d..)More than one correct choices listed


e.)No correct answer



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here