+ 1
How to declare integer elements in dynamic memory allocation
suppose Int x[20]; is the array. How do I declare that with dynamic memory allocation?
3 Answers
+ 7
You're welcome I'm glad I could help
+ 1
Thanks Uni
suppose Int x[20]; is the array. How do I declare that with dynamic memory allocation?