Question: Multiple choices QUESTION 10 The declaration const char tc.ptr'try this: means that the value of c.ptr can not be changed in other words c.ptr can
QUESTION 10 The declaration const char tc.ptr'try this: means that the value of c.ptr can not be changed in other words c.ptr can not point to some other string. O True O False QUESTION 11 Given the following declaration: Status: QUESTION 11 Given the following declaration int x(5)/ y(7). peri(ex) PE:2 (4y Which of the statements given in the choices below is a correct way to reference the value of y? (Hint: Remember how to interpret the address operator and the dereferencing operator in a declaration and outside of a declaration statement.) O none of these O int #z- *ptr2: O int z+ ptr2 int z - *ptr2: Question Completion Status: QUESTION 12 Given the following Ctt statements: int a (6) b(9) int *ptr (6b); which choice correctly describes the result of the statement a ptr +1: (Hint: Remember how to interpret the dereferencing operator in a statement that is NOT a declaration.) O a- 13 O a-10 O none of these O a-9 QUESTION 13 Given the following declaration: int x (5)7 x) Which of the statements given in the choices below is a correct way to reference the address of y? (Hint: Remember how to interpret the address operator and the dereferencing operator in a declaration and outside of a declaration statement.) O int &ptr2 -y O int *ptr2-y O *ptr2 - int y QUESTION 14 Save All Answ QUESTION 14 The picture illustrates which of the following head 10 19 241 0 a stack 0 a queue a linked list O a function template O none of these QUESTION 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
