Heap is a complete binary tree - Data Structure
        
	  
	
    Q.  Data Structure: A complete binary tree with the property that key value in any node is greater than or equal to the key values in both its children is called as.- Published on 19 Oct 15a. Binary search tree
b. Threaded binary tree
c. Heap
d. AVL tree
ANSWER: Heap