题目内容

若有定义:char c='\025';则变量c中包含的字符个数为______ 个

查看答案
更多问题

设 x 的值为2,n 的值为8,则表达式 x%=(n+3) 运算后 x 的值是______

程序段int k=9; while(k==0) k=k-1循环体语句执行______ 次.

功能:编写函数求1~100中奇数的平方和。结果为166650#include using namespace std;float sum(int n){ int p=1, s=0; for (int i=1;i

#include void main() { int a(10); while(- -a) { if(a==5) break; if(a%2==0&&a%3==0) continue; cout<

答案查题题库