Q: 19
Which of the following structures are correct?
1:
struct s1{
int x;
char c;
};
2:
struct s2{
float f;
struct s2 *s;
};
3:
struct s3{
float f;
in i;
}
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.