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="">”the><_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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here