What does the following statement do? A(1:2:end)=[] O A. It removes even indexed elements in array A. O B. It makes even
Posted: Fri May 20, 2022 11:40 am
statement do? A(1:2:end)=[] O A. It removes even indexed elements in array A. O B. It makes even indexed elements in array A zero. O C. It removes odd indexed elements in array A. O D. It makes odd indexed elements in array A zero.
What does the following