Question: Given a pointer called b, which points to a structure, which of the following accesses a variable called var in the structure? A. b -

 Given a pointer called "b", which points to a structure, which

Given a pointer called "b", which points to a structure, which of the following accesses a variable called "var" in the structure? A. b - > var: B. b. var: C. b - var: D. b > var: Which declares a pointer to an integer A. char *fun_char = NULL: B. int *fun_int = NULL: C. int fun_int = NULL

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 Databases Questions!