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

Code in C Exercise 2 Create and initialize an int array with

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!