hjkhjhbbiiib2579 hjkhjhbbiiib2579 25-01-2024 Computers and Technology contestada Suppose we initialize a 2D array as follows: int a[3][3] = {[1][1] = 10};What is the value of a[1][0]?a) 0b) 10c) Undefinedd) Compiler error