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 the self-referential structure?



what is the self-referential structure?..

Answer / sarika

A structure which contains a pointer to itself is called a
self-referential structure..

Is This Answer Correct ?    17 Yes 2 No

Post New Answer

More C Interview Questions

c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 Answers   Oracle,


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


write a program to sort the elements in a given array in c language

10 Answers   TCS,


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


What does stand for?

0 Answers  


What is the Lvalue and Rvalue?

2 Answers  


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


What is meant by realloc()?

0 Answers  


Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?

1 Answers  


Categories