InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Dot Operator & This Operator in Java class 10 icse |
| Answer» TION:The Dot operator is USED to normally access members of a structure or UNION. The Arrow operator exists to access the members of the structure or the UNIONS using POINTERS | |