What is the use of . (dot) and -> operators in c. Are they both same or differ from each other.
- by Idlecool
i have a confusion while using "." and "-" operators in c while working with structures. Can anyone please explain me how do both these operators differ or they both are same. Is there somewhere else these operators can be used apart from structures?