programming skills using C
ISSUE:return array in function(can't use local array in function)
Sol
1.use static array and return(保留到程式結束)
2.use structure and return
3.dynamic allocation memory
4.call by reference
Today's Visitors: 0 Total Visitors: 8
