Home » 
        MCQs » 
        C# MCQs
    
        
    To declare an array, define the variable type with ___
    
    
    
    61. To declare an array, define the variable type with ___.
    
        - Square brackets []
 
        - Curly brackets {}
 
        - Round brackets ()
 
        - None of the above
 
    
    Answer: A) Square brackets []
    Explanation:
    To declare an array, define the variable type with square brackets [].