Join ExamsbookAnswer :
What would be the output of the following program, if the array beigns at address 65486?
main()
{
int arr[] = {12,14,15,23,45};
printf ("%u %u", arr, &arr);
}5
Q: What would be the output of the following program, if the array beigns at address 65486? main() { int arr[] = {12,14,15,23,45}; printf ("%u %u", arr, &arr); }
- Show AnswerHide Answer
- Workspace
Answer :
Explanation :
65486 65486



