Question: Given the declaration: float angle [10]; which of the following statements declares and initializes a variable p to point to the first array element? float
![Given the declaration: float angle [10]; which of the following statements](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f5330e15a0e_42166f5330db44e5.jpg)
Given the declaration: float angle [10]; which of the following statements declares and initializes a variable p to point to the first array element? float p = angle[0]; b. float p = angle; float* p = angle [0]; d. float* p angle; e. float& p ∠ a C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
