chandu.kurapati
Full Member level 3
- Joined
- Oct 31, 2013
- Messages
- 186
- Helped
- 5
- Reputation
- 10
- Reaction score
- 5
- Trophy points
- 1,298
- Location
- Bengaluru, India
- Activity points
- 2,778
Hi every one,
i was writing some program like this
typedef struct
{
int a;
int b;
}ST;
ST *q; // structure pointer
ST* p; // Pointer to structure
what are the difference between the structure pointer & pointer to structure and what are the advantages of both, please explain me?
Thanks & Regards,
Chandu.Kurapati.
i was writing some program like this
typedef struct
{
int a;
int b;
}ST;
ST *q; // structure pointer
ST* p; // Pointer to structure
what are the difference between the structure pointer & pointer to structure and what are the advantages of both, please explain me?
Thanks & Regards,
Chandu.Kurapati.