Is the following code legal?
struct a
{
int x;
struct a b;
}
Answer Posted / siva
This code is illegal.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the local variable and global variable in c?
Hai what is the different types of versions and their differences
Do you know the difference between exit() and _exit() function in c?
What is the benefit of using an enum rather than a #define constant?
explain what is an endless loop?
Can we increase size of array in c?
Tell me what is null pointer in c?
What does static variable mean in c?
How would you rename a function in C?
What is the g value paradox?
What is assignment operator?
Explain what standard functions are available to manipulate strings?
What is a protocol in c?
Is c weakly typed?
What is the use of function in c?