Answer:
The head of government in Nepal is the
<h3><u>Prime </u><u>minister </u><u>.</u></h3>
<u>hope</u><u> it</u><u> is</u><u> helpful</u><u> to</u><u> you</u>
 
        
             
        
        
        
Answer: D. FEMA Administrator
Explanation :
Federal Emergency Management Agency(FEMA) is a U. S agency under the department if Homeland Security. As headed by the FEMA Administrator it's main purpose is to respond to disaster incidents that local and state levels cannot handle, and only after a state of emergency has been declared and the state has sought formally the help of the Federal government and FEMA. The FEMA Administrator reports to the secretary of Homeland Security.
 
        
             
        
        
        
An object is marked for garbage collection once its reference count reaches zero. the correct answer is option(b).
A programming technique called reference counting counts the number of handles, pointers, or references to a resource, such as an object, a block of memory, disk space, or another one. Reference counts may be utilized in garbage collection algorithms to deallocate items that are no longer required. When there is no reference to an object in a program, it is deallocated as part of reference counting, a memory management technique.
The object is destroyed and the memory is released when the count is zero. When objects reference one another repeatedly, reference counting is invalid. Even though nothing references the cyclic structure in these situations, each object will be perceived as being referenced and will never be released.
To know more about garbage collection refer to: brainly.com/question/15180353
#SPJ4