Interviewer And Interviewee Guide

C Pointers Interview Question:

Tell me with an example the self-referential structure?

Submitted by: Administrator
A self referential structure is used to create data structures like linked lists, stacks, etc. Following is an example of this kind of structure:

struct struct_name
{
datatype datatypename;
struct_name * pointer_name;
};
Submitted by: Administrator

Read Online C Pointers Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.