Which of the following operator is used to access the value of structure pointer?
→ Operator is used to access the value of structure pointer to access the members of a structure.
A pointer is a variable which points to the address of another variable of any data type like int, char, float etc. Similarly, we can have a pointer to structures, where a pointer variable can point to the address of a structure variable.
An operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations.