πŸ“Š C Programming
Q. What is an array Base Address in C language.?
  • (A) Base address is the address of 0th index element.
  • (B) An array b[] base address is &b[0]
  • (C) An array b[] base address can be printed with printf("%d", b);
  • (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

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