belongs to collection: C Programming Array\'s Multiple Choice Questions And Answers
Array base address in C language
Correct Answer:
Base address is the address of 0th index element.
An array b[] base address can be printed with printf("%d", b);
An array b[] base address is &b[0]
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Correct Answer:
need an explanation for this answer? contact us directly to get an explanation for this answer