Home » 
        MCQs » 
        C++ MCQs
    
        
    When we pass an array to the function, then the function call will be?
    
    
    
	125. When we pass an array to the function, then the function call will be?
    
      - Call by value
- Call by reference
- Both A and B
- None of these
Answer: B) Call by reference
    Explanation:
    When we pass an array to the function then the function call will be "call by reference".