Explanation:
analogue computer is in computer which is used to process analogue data.
Analogue computer were widely used in scientific and industrial application
 
        
                    
             
        
        
        
a <span>Ethernet-<span>Cable is a how to put it together</span></span>
<span><span /></span>
 
        
             
        
        
        
Answer:
  // function with memory leak  
void func_to_show_mem_leak()  {  
 int *pointer;
pointer = malloc(10 * sizeof(int));
*(pointer+3) = 99;}  
  
// driver code  
int main()  
{  
     // Call the function  
    // to get the memory leak  
    func_to_show_mem_leak();  
      return 0;  } 
Explanation:
Memory leakage occurs when programmers allocates memory by using new keyword and forgets to deallocate the memory by using delete() function or delete[] operator. One of the most memory leakage occurs by using wrong delete operator.
The delete operator should be used to free a single allocated memory space, whereas the delete [] operator should be used to free an array of data values.
 
        
             
        
        
        
Answer:
A. While new media is dependent on whether users function in real-time or delayed mode, feedback is not as timely when communication is asynchronous.
Explanation:
Asynchronous communication can be defined as a data communication technique in which exchange of data between a sender and a recipient isn't in real time.
There's usually a time lag, meaning it doesn't require the recipient to respond immediately.
For example, responding to an email or text several hours later. 
 
        
                    
             
        
        
        
Explanation:
can u suggest a title about quarantine 
ex: My quarantine life