Vidyalelo
C++ Programming · Q220

C++ miscellaneous

Programming · C++ Programming · question 220

Q220

Which function is used to insert an element into heap?

A.
push_back()
B.
push_heap()
Answer
C.
pop_back()
D.
pop_heap()

Answer: Option B

Solution

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