✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How do you correctly access a member of a struct using a pointer?
struct Student { int id; float grade;};struct Student *ptr;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!