Q94
What does this pseudo_code return? int myfun(heap_arr[]) int mini=INF; for(int i=0;i<tot_node;i++) mini=min(mini,heap_arr) return mini;
A.
Last added element to heap
B.
First element added to heap
C.
Root of the heap
AnswerD.
Leftmost node of the heap
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board