写出下面程序执行后的运行结果:#includeusing namespace std; int main____{ int k[30]={12,324,45,6,768,98,21,34,453,456};int count=0,i=0;while____{ if____count++;i++;}cout<< count <<","<
写出下面程序执行后的运行结果:#includeusing namespace std; int main____{ char a[30],b[30];int k;gets____;gets____;k=strcmp____;if____ puts____;else if____ puts____;return 0;}输入loveChina输出结果是什么?
阅读下面程序,则程序段的功能是什么?#includeusing namespace std; int main____{ int c[]={23,1,56,234,7,0,34},i,j,t;for____{ t=c[i];j=i-1;while____{c[j+1]=c[j];j--;}c[j+1]=t;}for____cout<
写出下面程序执行后的运行结果。 #include using namespace std;#define RELEASE 0void main____{int i; char str[20] = "Northwest", c;for ____ != '\0'; i++){#ifdef RELEASEif ____ c = c - 32;#elseif ____c = c + 32;#endifcout.put____;}}