Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books

C Structures and Union


C Structures and Union: Interview questions

Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7

<<Previous  Next>>

C Structures and Union - August 06, 2008 at 13:10 PM by Amit Satpute

Explain with an example the self-referential structure.

Answer
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;
};


<<Previous  Next>>

  1. Describe structures and Union in brief.
  2. What are the properties of Union?
  3. Define self-referential structure.



 
Today's Hot Jobs
C++  SQL Server
.NET  Java  Oracle
Finance  Marketing
Seekers  Employers
Copyright © 2008 CareerRide.com. All rights reserved.