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
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Explain what is wrong with this program statement? Void = 10;
How is = symbol different from == symbol in c programming?
What is the difference between array and pointer?
How can I open a file so that other programs can update it at the same time?
what is uses of .net
What is typedef struct in c?
What is the scope of local variable in c?
When should a type cast be used?
What is the full form of getch?
In a switch statement, explain what will happen if a break statement is omitted?
How are pointers declared in c?
What is keyword with example?
Explain how does free() know explain how much memory to release?
What is pointer in c?