Multiple Choice
Which of the following is not true?
A) a pointer can be assigned the address of an array
B) an array can be assigned the value in a pointer variable
C) if a pointer points to an array, it can be used in place of the array name
D) if a pointer points to an array, the pointer does not know how many elements are in the array.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following correctly declares a
Q3: Which of the following statements correctly prints
Q4: Which of the following assigns to p1
Q5: Declare a pointer variable named ptr to
Q6: Dynamically created variables have no name.
Q7: What is the output of the following
Q8: Even though pointers point to addresses which
Q9: Given that p1 is a pointer variable
Q10: Assuming that the pointer variable p1 is
Q11: In which case would you consider using