What is the value of 'A[4]' after the 6th iteration of the 'for' loop marked in red

后端 未结 0 1170
夕颜
夕颜 2020-12-11 19:39
#include 
using namespace std;
void ins(int f[],int n){
   int temp,i,j;



for(j = 1; j < n; j++){
        temp = f[j];
        i=j-1;
        wh         


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