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

write a program to find out prime number using sieve case?

0 Answers   HCL,


What are header files in c programming?

0 Answers  


How can I get random integers in a certain range?

0 Answers  


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  






Explain the difference between malloc() and calloc() function?

0 Answers  


what will the following program do? void main() { int i; char a[]="String"; char *p="New Sring"; char *Temp; Temp=a; a=malloc(strlen(p) + 1); strcpy(a,p); //Line no:9// p = malloc(strlen(Temp) + 1); strcpy(p,Temp); printf("(%s, %s)",a,p); free(p); free(a); } //Line no 15// a) Swap contents of p & a and print:(New string, string) b) Generate compilation error in line number 8 c) Generate compilation error in line number 5 d) Generate compilation error in line number 7 e) Generate compilation error in line number 1

1 Answers   IBM,


write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word

1 Answers   Sienna Ecad, Wipro,


What is malloc() function?

0 Answers  


what is the difference between. system call and library function?

2 Answers   CDAC, Satyam,


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


What is the diffences between Windows XP and Windows Visa

1 Answers   Aricent, FHF,


Categories