Find Error if any in below code, Justify ur answer:
struct xx
{
int a;
struct yy
{
char c;
struct xx* p;
}
struct yy* q;
}
Answer Posted / lucky
threr is no error in this prg
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are qualifiers in c?
What is the use of extern in c?
What is #include stdio h?
Write a c program to demonstrate character and string constants?
What is a wrapper function in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is function what are the types of function?
What is the purpose of void pointer?
What are local variables c?
Why is void main used?
Differentiate between calloc and malloc.
What is advantage of pointer in c?
code for find determinent of amatrix
How does selection sort work in c?
Why is c still so popular?