nested structure
Page 1 of 1 • Share •
nested structure
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......)
{
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
Re: nested structure
question not clear..plz elaborate or exemplify

ankurgutpa- Posts: 44
Join date: 2008-08-10
Age: 22
Location: Tandon 72
Permissions of this forum:
You cannot reply to topics in this forum





