2 answers
1
we can subtract 2 pointer address then why we can't perform operations like addition, multiplication or division on pointer address???any specific reason?
4 answers
8
char * a[] = "red shoes";How the space in string constant "red shoes" will be stored in 1-D array in memory?