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
English,
17 days ago
India Languages,
17 days ago
Math,
1 month ago
Computer Science,
8 months ago
Hindi,
8 months ago
Chemistry,
8 months ago