Vidyalelo
Data Structure · Q176

Arrays in Data Structures

Programming · Data Structure · question 176

Q176

Which of the following form inversion in the array arr = 1,5,4,2?

A.
(5,4), (5,2)
B.
(5,4), (5,2), (4,2)
Answer
C.
(1,5), (1,4), (1,2)
D.
(1,5)

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board