Hi!
How do I use pointers if i need to let the user input an unknown number of numbers or characters?
I need to do this because i have to create a program that will be able to
perform exponentiation of square matrices. And there is no limit on the size of the matrix.
THANKS!


