jennymikac1615 jennymikac1615 25-01-2024 Computers and Technology contestada Suppose we initialize a 2D array as follows:int a[3][3] = {1, 2, 3, 4, 5};What is the value of a[3][0]?a) 1b) 2c) 3d) Undefined value