Posts by Joao • 1 point
1 post
-
0
votes1
answer132
viewsQ: How to allocate memory space?
Make a program to allocate memory space for 10 integers and ask the user to enter 10 values. Later, print your respective memory address and content. What I have to change in my program to make it…