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 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
Get step-by-step solutions from verified subject matter experts
