R Ram Sharma π Coach β 193.88K Points π C Programming Q. The reason for using pointers in a C program is (A) Pointers allow different functions to share and modify their local variables (B) To pass large structures so that complete copy of the structure can be avoided. (C) Pointers enable complex "linked" data structures like linked lists and binary trees. (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above