Hi there,
I am very confused with how string pointers are interpreted in memory?
how we get the strings using subscript notation because as with pointers if we denote array name with subscript ,we get addr.& to have actual cvalues we use pointer notation(*).
Help me out with example
I am very confused with how string pointers are interpreted in memory?
how we get the strings using subscript notation because as with pointers if we denote array name with subscript ,we get addr.& to have actual cvalues we use pointer notation(*).
Help me out with example
Comment