what is self refrential structure

Answer Posted / vignesh1988i

whenever a structure is been pointed by the same structure
pointer which is the member of the same structure is called
as self referential structure....


thank u

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the statement: strcat (S2, S1)?

638


What is 02d in c?

635


How do I swap bytes?

628


How can I sort a linked list?

633


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

662






How do you declare a variable that will hold string values?

669


difference between Low, Middle, High Level languages in c ?

1633


What is the general form of #line preprocessor?

582


Is using exit() the same as using return?

672


Can a program have two main functions?

568


What is pointers in c?

649


What does main () mean in c?

612


Can you please explain the difference between syntax vs logical error?

693


explain what is fifo?

631


Are the expressions * ptr ++ and ++ * ptr same?

666