what is self refrential structure
Answers were Sorted based on User's Feedback
Answer / silpa
if a structure tag is a datatype of a variable or data
member then it is known as a self referential structure.
for ex
template <class t>
struct node
{
t data;
node *link;//here link is a variable which contains data
type of structuretag ie node
}
| Is This Answer Correct ? | 12 Yes | 0 No |
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 |
Answer / ambar
whenever a structure calls itself during execution it is
known as a self referential structurte
| Is This Answer Correct ? | 1 Yes | 0 No |
How many data structures are there in c?
What is a struct c#?
define switch statement?
What are the functions to open and close file in c language?
why program counter is 16 bit?
What is pre-emptive data structure and explain it with example?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
How do I round numbers?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
What is use of pointer?
Can a variable be both static and volatile in c?
What is data structure in c and its types?