Please help..Please debug and run it.
Write down a C program to generate a matrix (2-D Array) of integers in the range 1 to 100.
The program should take the matrix dimensions (number of rows and number of columns) from the user.
Print the matrix in such a way that only the prime numbers are printed. Print the character ‘*' for the non-prime numbers.