These qiestions for C programmingQuestion 3: State which of the following are true and which are false. 1. The expression (x > y && a < b) is true if either x > y is true or a <b is true. 2. To refer to a particular location or element within an array, we specify the name of the array and the value of the particular element. 3. An array
OR
OR