题目内容
下面程序用“顺序查找法”查找数组 a中是否存在某一关键字。请填空。#include void main( ){int a[9]= {25,57,48,37,12,92,86,33},i,x;scanf (″%d″,&x);a[8]=x;i=0;while(a[i]! =x)i++;if()printf(″Found ! The index is ; %d\n″,i);elseprintf(″Can′t found ! \n″);}
查看答案
搜索结果不匹配?点我反馈
更多问题