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
Is void a keyword in c?
How to compare array with pointer in c?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Can we assign string to char pointer?
Is using exit() the same as using return?
What is the heap in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Can you add pointers together? Why would you?
How many parameters should a function have?
Are pointers integer?
What are runtime error?
How can I delete a file?
What is variable initialization and why is it important?
Which are low level languages?
How can you determine the size of an allocated portion of memory?