Home » C Programming » Arrays » Question
  1. What are the applications of a multidimensional array?
    1. Minimum Spanning Tree
    2. Finding connectivity between nodes
    3. Matrix-Multiplication
    4. All of above
    5. None of these
Correct Option: D

Minimum Spanning Tree, Finding connectivity between nodes, and Matrix-Multiplication are the applications of a multidimensional array.



Your comments will be displayed only after manual approval.