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 are directives in c?
What does return 1 means in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Explain how do you print only part of a string?
What is call by reference in functions?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
How would you rename a function in C?
What is the difference between memcpy and memmove?
Is c compiled or interpreted?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Is fortran still used in 2018?
Subtract Two Number Without Using Subtraction Operator
What is wrong with this program statement? void = 10;
Is c a great language, or what?
Why ca not I do something like this?