How can I write this recursive code by using constant size arrays instead of using calloc?

后端 未结 0 464
傲寒
傲寒 2021-02-06 23:23

I wrote the below resursive polynomial multiplication, a(x)*b(x)=c(x), algorithm "ka2" by using dynamic memory allocation i.e. using calloc, malloc, free exc. Inputs

相关标签:
回答
  • 消灭零回复
提交回复
热议问题