hboggs3079 hboggs3079 25-01-2024 Computers and Technology contestada Suppose we initialize a 2D array as follows:int a[50][50] = {[2][5] = 100};What is the value of a[5][2]?a) 100b) 0c) Undefined valued) Compilation error