Question: Question 1: Calculate. Given the following Array (Ary): Ary= 15 10 15 20 25 30 35 40 Let int *P= (Ary+3) What is the value


![the value of the following? i- *P: P[o]: ii- ii- iv- *P+2:](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3d6be3e8f5_25366f3d6bde07a0.jpg)
Question 1: Calculate. Given the following Array (Ary): Ary= 15 10 15 20 25 30 35 40 Let int *P= (Ary+3) What is the value of the following? i- *P: P[o]: ii- ii- iv- *P+2: *(P+2): V- P[-1]: vi- *Ary: vii- Ary[o]: viii- Ary[1]: ix- *(Ary+2): x- *(Ary)+6: Select: Consider the following: enum color = { White, Red=2, Green, Blue}; Then, printf(%d", Green) command will produce: Select one: a. 3 O b. Green c. 1 O d. o Select: (2 points) What is the correct code to open file ECE.txt" in write mode having the file pointer p? Select one: a. p=fopen("ECE.txt","w") ob.p=fopen("ECE.txt", "a") O c. p=fprintf("ECE.txt","w") d. p=fopen("ECE.txt","r")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
