Home > Back-end >  C, why to choose B instead of D? To solve the
C, why to choose B instead of D? To solve the

Time:01-04

Have the following program
The main ()
{
8,7,6,5,0,0 int x [8]={}, * s;
S=x + 3
Printf (" % d \ n ", s [2]).
}
Performed after the output is
A) random value 0 C) 5 D) 6 B)

CodePudding user response:

S=x + 3; Is x [3],
S [5] [2] is x is 0