Ad Code

Operator used to access element of a struct type?

Which operator is used to access element of a struct type?

Just like C++, the dereference operator ‘->’ is used to access elements of a struct type.

Reactions

Post a Comment

0 Comments