Is there a way to use Nested loops for insertion in array in C?

前端 未结 0 992
执念已碎
执念已碎 2021-01-15 00:02

So here is the code....

#include
#include
int main()
{
int a[20]={1,2,4,5,6,7,8,9,10};
int new_num,n, i=0;
for (i;i<10;i++){         


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