Home » Technical Questions » Programming

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); }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!