What is the parent for a node ‘w’ of a complete binary tree in an array representation when w is not 0?April 3, 2019 Marwa KhanIn Data Structure McqsLeave a Comment on What is the parent for a node ‘w’ of a complete binary tree in an array representation when w is not 0? A. floor(w-1/2) B. ceil(w-1/2) C. w-1/2 D. None of these