Write a C Program to print value and address of elements of an array. Here’s a Simple Program input values into an array and print the value and address on screen in C Programming Language.
Following C Program ask to the user to enter values that are going to be stored in array. Here we make an intialize an array of 5 elements to be stored in it i.e arr[5].
In this program , we use two for loop : One is to input values in the program to store to an array. And second loop is used to display elements and their particular addresses of an array one by one on the screen.
Below is the source code for C Program to print value and address of elements of an array which is successfully compiled and run on Windows System to produce desired output as shown below :
SOURCE CODE : :
OUTPUT : :
Above is the source code for C Program to print value and address of elements of an array which is successfully compiled and run on Windows System.The Output of the program is shown above .
need an explanation for this answer? contact us directly to get an explanation for this answer