No, It is insertion point
Chat with our AI personalities
1. pointer to a constant means you can not change what the pointer points to 2. constant pointer means you can not change the pointer.
Double (**) is used to denote the double pointer. As we know the pointer stores the address of variable, Double pointer stores the address of any pointer variable. Declaration : int **ptr2Ptr;
When we increment the pointer its value is increased by the length of the data type that it points to.
Right -pointing arrow pointer.
I