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 |
What is the difference between static and global variables?
What is dynamic memory allocation?
differentiate built-in functions and user – defined functions.
How are variables declared in c?
What Is The Difference Between Null And Void Pointer?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
WHAT IS LOW LEVEL LANGUAGE?
Why c is faster than c++?
code for find determinent of amatrix
What does printf does?
What are the c keywords?