Knowee
Questions
Features
Study Tools

Function ______________ are pointer in a pointer function.

Question

Function ______________ are pointer in a pointer function.

🧐 Not the exact question you are looking for?Go ask a question

Solution

The blank in the sentence "Function ______________ are pointer in a pointer function." can be filled with the word "arguments". So, the complete sentence is "Function arguments are pointer in a pointer function." This means that the arguments passed to a function are actually pointers, which can be used to manipulate the data they point to.

Similar Questions

Function parameters are pointer

What are function pointers and how to use them

Question 6Which code provides the correct way to declare a function pointer?1 point(void*) function (*);void (*) function (void data) = 12;void (*function)(int data);int * function();

Which of the following is a valid way to declare a pointer to a function in C?   *1 pointint (*func)(int, int);int *func(int, int);int func(int, int)*;int func(int, int);

Question 7Which code correctly calls a function, given a function pointer variable, fptr, that has no parameters and is type void?1 point*fptr = 2;2 = *(fptr & 0x2);(*fptr)();(fptr)(*);fptr();

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.