Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~145 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for Vikrant_3

typedef struct{ int*p; }new; void main(){ new *buffptr=malloc(sizeof(new)); buffptr->p; } my doubt is the above declaration in main function accesses the value of p and not the address of p. If I want to increment the address of p what should I do?

Member Avatar for rubberman
0
145