C++ STRUCTURE AND UNION | C++ FOUNDATION Question 3

Last Updated :
Discuss
Comments

Which of the following accesses a variable in structure *b?

b->var;

b.var;

b-var;

b>var;

Share your thoughts in the comments