Question: What justification is there for the - > operator in C and C + + ? p - > q Group of answer choices Efficiency.

What justification is there for the -> operator in C and C++?
p -> q
Group of answer choices
Efficiency. It is faster to access than (*p).q
Writability. It is easier to write than (*p).q
Space.It doesn't require additional memory writes
It is the only way to access struct/class elements from a pointer reference
Space.It doesn't require additional memory writes
It is the only way to access struct/class elements from a pointer reference
bit masking
map
heap
binary tree
linked list

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!