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

Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


What is mean by data types in c?

0 Answers  


What is difference between static and global variable in c?

0 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  






Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

0 Answers  


Is that possible to store 32768 in an int data type variable?

0 Answers  


who is the father of c

4 Answers   Infosys,


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,


Do you know the use of 'auto' keyword?

0 Answers  


how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,


Categories