Question: C Programming 5. [4 Points] Multiple Choice: Circle all answers that apply I. Which of the following accesses a variable in structure b? A. b->var
C Programming
![C Programming 5. [4 Points] Multiple Choice: Circle all answers that apply](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f2f90681b1c_49466f2f9061ff6a.jpg)
5. [4 Points] Multiple Choice: Circle all answers that apply I. Which of the following accesses a variable in structure b? A. b->var B. b.var; C. *b.var; D. (*b).var; I Which of the following accesses a variable in a pointer to a structure, *b? A. b->var B. b.var; C. *b.var; D. (*b).var; Which of the following is a properly defined struct? A. struct fint a; B. struct a_struct fint a;) C. struct a_struct int a; D. struct a_struct int a; III. Which properly declares a variable of struct foo? A. struct foo; B. struct foo var; C. foo; D. int foo; IV
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
