Problems
Only integers less than 100 are accepted. Write a program that inputs an integer n and outputs a number square of size nx n.
At this time, a function is written that receives an integer n and outputs a numeric square, and the input integer n is passed to the function and outputted.
Example
4
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
Source
자기주도C언어프로그래밍