Question: C++ Writer program has a declaration in main () to store the string The most incomprehensible thing about the world is that it is incomprehensible.

C++
Writer program has a declaration in main () to store the string "The most incomprehensible thing about the world is that it is incomprehensible. - Albert Einstein" into an array named quote. There should be a function called display () that accepts quote in an argument named q and then displays the quote using the pointer notation * (q + i); Modify the display () function written above to alter the address in quote. Always use the expression *q rather than *(q + i) to retrieve the correct element
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
