Question: undefined Purpose: Practice of pointers Instruction: part a. Write a program that: 1. Creates four arrays: an array of 10 ints, an array of 10
undefined
Purpose: Practice of pointers Instruction: part a. Write a program that: 1. Creates four arrays: an array of 10 ints, an array of 10 floats, an array of 10 doubles, and an array of 10 chars 2. Prints the memory addresses of all 10 entries of the arrays. Use the printf conversion for a pointer, "9". 3. What can you deduce from the numbers printed out about how C stores arrays? part b. Describe the behavior of the following program. What is the output from the program after execution? Why? #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
