各位大虾请帮偶边2个C的小程序:
1.Design and implement your own structured ANSI C recursive function that accepts any length of string and prints it in reverse on the screen. Global variables are not permitted.
2.Design and implement your own structured ANSI C function that accepts two n*n matrices and multiplies them. The result must be stored in a 3rd n*n answer matrix that was also passed into the function by reference. Global variables are not permitted.
小弟在这里先写谢谢各位了.