There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Generate 10 random integers and store them in an array. Print each element’s address and value on console. Use pointer for all operations.Also print size of an integer using sizeof() operator.