Question: c++ please solve. and explain Q3. Create an array that stores 10 numbers (150,155,160,165,170,175,180,185,190,195} using a pointer arithmetic print only the odd position array elements.
c++
please solve. and explain

Q3. Create an array that stores 10 numbers (150,155,160,165,170,175,180,185,190,195} using a pointer arithmetic print only the odd position array elements. Sample Run The Odd position Element of the array Value 155 165 175 185 195
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
