- Joined
- May 1, 2012
- Messages
- 1
- Reaction score
- 0
char a[5]={1,2,3,4,5};
int *b=(int*) a;
printf("%d",b[1]);
int *b=(int*) a;
printf("%d",b[1]);
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.