A
Q. The following C declarations define s to be
Code:
struct node
{
int i;
float j;
};
struct node *s[10] ;
{
int i;
float j;
};
struct node *s[10] ;
- Correct Answer - Option(A)
- Views: 21
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.