grittinjames
Advanced Member level 1
- Joined
- Jun 1, 2006
- Messages
- 479
- Helped
- 44
- Reputation
- 90
- Reaction score
- 32
- Trophy points
- 1,308
- Location
- bangalore india
- Activity points
- 3,985
hai
just comment about this problem in C
int *p=NULL;
*p= 10;
printf("%d",*p);
printed answer is 10;
in a null pointer where this 10 is stored
plz tell me
just comment about this problem in C
int *p=NULL;
*p= 10;
printf("%d",*p);
printed answer is 10;
in a null pointer where this 10 is stored
plz tell me