Recent questions tagged programming

0 votes
0 answers
61
0 votes
0 answers
64
#includeint main(){ int x;char *ptr;x=622,100,101;printf("%d",(*(char *)&x)*(x%3));return 0; }In this question what is the meaning of “ *(char *)&x “ ? please ...