Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is self refrential structure

Answers were Sorted based on User's Feedback



what is self refrential structure..

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

what is self refrential structure..

Answer / 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

what is self refrential structure..

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

Post New Answer

More C Interview Questions

main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 Answers  


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

0 Answers   Amazon,


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

0 Answers  


provide an example of the Group by clause, when would you use this clause

0 Answers  


What are pointers in C?

5 Answers   KPIT,


Why preprocessor should come before source code?

2 Answers  


What are the different types of linkage exist in c?

0 Answers  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


What are the 4 data types?

0 Answers  


Categories