Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please answer all questions, thank you!! QUESTION 3 which of the following statements about the pointer is not true? A pointer constant is equivalent to

Please answer all questions, thank you!!

image text in transcribed

QUESTION 3 which of the following statements about the pointer is not true? A pointer constant is equivalent to a symbolic constant, in that the address stored in the pointer constant cannot be changed once it is set. Any subscript used by a programmer is automatically converted to an equivalent pointer expression by the compiler. Access to an array using a subscript can always be replaced by an equivalent access using the array name as a pointer. A pointer access can sometimes (but not always) be replaced using subscript notation. QUESTION 4 Given: string professor = "May Hou"; string *p, q; Which of the following is a valid statements? O q = professor; q = &q; Op = &professor; 9 = p; q = & professor; p = &q; None of the above

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Filing And Computer Database Projects

Authors: Jeffrey Stewart

2nd Edition

007822781X, 9780078227813

More Books

Students also viewed these Databases questions