Question: Code in C Exercise 2 Create and initialize an int array with the values 1,2,3,4,5. Print the values in the array along with the address
Code in C

Exercise 2 Create and initialize an int array with the values 1,2,3,4,5. Print the values in the array along with the address of each one of the elements Note: For printing the address use: %d (for decimal values) or %x (for hexadecimal values). What do you notice when you print the addresses of the elements of the array in decimal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
