The following C declarations
struct node { int i; float j; }; struct node *s[10] ;
define s to be
Answer: A
No answer description available for this question.