questions' answers.
Question 14 Given the following declaration, which one of the following statements int (*ptr)(); O ptr is a pointer which points to a 1-D array O ptr is a pointer which points to an integer Ⓒptr is a pointer points to a function, which returns an integer O ptr is a function name, this function returns a pointer which points to an integer Question 15 The parameters of a function are stored in Please select the answer that best fills in the blank above. Ⓒthe stack frame of the called function O the stack frame of the calling function O the stack frame of main O the heap correct? 1 pts 1 pts
I am not sure about these two Question 14 Given the following declaration, which one of the following statements int (*ptr)(); O ptr is a pointer whic
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am