can someone help me make the following program in C language?
1-Write a program that declares a 100x100 matrix of integers.
You must initialize the array with zeros using pointers to address
its elements.
After 2-Fill the array with the numbers 1 to 10000
also using pointers.