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