Subscriptor Operator and Dereference Operator in Pointers
In C programming language, pointers are variables that store the address of another variable. There are two operators used to work with pointers: the subscriptor operator and the dereference operator. …