If a is an array of integers which one of the following will print the contents of a[7]?
A printf("%d", a + 7);
B. printf("%d", *( a + 7));
C. printf("%d", *( a + 3));
D. printf("%d", a + 4);
Answers
Answered by
0
Answer:
nice nice nice nice ///'-"-3
Similar questions