Is the following code legal?
struct a
{
int x;
struct a b;
}
Answer Posted / dilpreet
yes, it is nested structure
Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Explain 'far' and 'near' pointers in c.
What is #define in c?
Explain the properties of union.
write an algorithm to display a square matrix.
What is meant by recursion?
Write a program to print factorial of given number using recursion?
What is wrong with this code?
what is recursion in C
What does == mean in texting?
What is nested structure with example?
What does typeof return in c?
Why c is faster than c++?
what is the different bitween abap and abap-hr?
Is it possible to use curly brackets ({}) to enclose single line code in c program?