Computer Club MNNIT
Would you like to react to this message? Create an account in a few clicks or log in to continue.

nested structure

2 posters

Go down

nested structure Empty nested structure

Post  amazon Fri Jan 16, 2009 9:45 am

struct a
{

struct b
{
int x;
int y;
int z;
}bb;

struct c
{
......
......
......
}cc;

struct d
{
int i;
int j;
int k;
}dd;
}aa;

now the prob is given address of dd.i get the address/value of x....
(and no sizeof plz......)

amazon

Posts : 13
Join date : 2008-08-10

Back to top Go down

nested structure Empty Re: nested structure

Post  ankurgutpa Fri Jan 16, 2009 2:29 pm

question not clear..plz elaborate or exemplify
ankurgutpa
ankurgutpa

Posts : 44
Join date : 2008-08-10
Age : 37
Location : Tandon 72

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum