5aledalamrid 5aledalamrid Computers and Technology Answered 14. For the declaration, int a[4] = {1, 2, 3};, which one is right in the following description- ( A. The meaning of &a[1] and a[1] are same B. The value of a[1] is 1- C. The value of a[2] is 3 D. The size of a is 12 bytes