heastonk7663 heastonk7663 25-01-2024 Computers and Technology contestada Suppose we have the following code snippet:int a[5] = {1};a[5] = {2};What is the value of a[5]?a) 1b) 2c) Undefined valued) Compilation error