Question: Exercise 4: (25 points/ 5 points each) Select T for True or F for False. TIF 1. In an array declared as A[n], the index
Exercise 4: (25 points/ 5 points each) Select T for True or F for False. TIF 1. In an array declared as A[n], the index goes from A[1] to A[n]. 2. Given: int x=5; int *p=8x; int ** z=&p; Then *z will be 5. TIF 3. Given that float i=3; Then int *x=&i is valid. TIF 4. Given array declaration is correct TIF int myPoints([4] = {{1, 2, 3,5}, {4,5,6,7}, {7,8,9,10} }; 5. To initialize all elements in an array to zero, all you need to do is to initialize the first element to zero. TIF
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
