πŸ“Š 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
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
177
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
85%
Success Rate