What is the use of . (dot) and -> operators in c. Are they both same or differ from each other.
Posted
by Idlecool
on Stack Overflow
See other posts from Stack Overflow
or by Idlecool
Published on 2010-05-08T10:14:09Z
Indexed on
2010/05/08
10:18 UTC
Read the original article
Hit count: 181
c
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?
© Stack Overflow or respective owner