Answer to Question #73790 in C++ for Preston
If you declare an array as double money[4];, then &money[2] represents _____.
1
2018-02-22T06:32:16-0500
If you declare an array as double money[4];, then &money[2] represents pointer to the third
element of the array and is type of double*.
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++
Comments
Leave a comment