皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【判断题】
编译程序是将用某一种程序设计语言编写的源程序翻译成等价的另一种语言程序(目标程序)。 ( )
A.
正确
B.
错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】若给fun函数的形参s传送字符串:" 6354abc",则函数的返回值是______。 ( 字符串中包括空格 ) long fun(char s[ ]) { long n; int sign; for (; isspace(*s);s++); sign=(*s=='-')?-1:1; if (*s=='+' || *s=='-') s++; for (n=0;isdigit(*s);...
【简答题】若给fun函数的形参s传送字符串:']]6354abcc' (其中]表示空格字符),则函数的返回值是【19】。 #include long fun(char s[]) {long nint sign for(isspace(*s)s++) sign=(*s==′-′)?-1:1 if(*s==′+′||*s==′-′)s++ for(n=0isdigit(*s)s++)n=10*n+(*s-′0′...
【单选题】若给fun函数的形参S传送字符串:”abe.6354abc”,则函数的返回值是_________。(字符串中包括空格)
A.
6354
B.
-6354
C.
-63
D.
abe.6
【简答题】一个C语言程序有且仅能有一个__[填空(1)] ___函数。(主、子)
【单选题】Which flight would Mr. Peter Plate most likely prefer?
A.
AVA American 1415
B.
ANA Airlines 5012
C.
Continental 9398
D.
Air Train 823
【简答题】Which flight would he like to change to?
【简答题】若给fun函数的形参s传送字符串:" 6354abc",则函数的返回值是______。 ( 字符串中包括空格 ) long fun(char s[ ]) { long n; int sign; for (; isspace(*s);s++); sign=(*s=='-')?-1:1; if (*s=='+' || *s=='-') s++; for (n=0;isdigit(*s);...
【单选题】Which flight will the man probably take?
A.
Flight 1034 that departs at 6:10 am.
B.
Flight 1304 that arrives at 9 o'clock.
C.
A nonstop flight.
D.
A flight which makes a stopover in Beijing.
【简答题】若给fun函数的形参s传送字符串“∪∪6354abc'(其中∪表示空格字符),则函数的返回值是【 】。 long fun(char s[]) { long n; int sign; for(;isspace(*s);s++); sign=(*s==-)? -1:1; if(*s==+||*s==-) s++; for(n=0;isdigit(*s);s++) n=10*n+( *s-0); ret...
【简答题】一个 C 语言程序有且仅能有一个___________ 函数。 ( 主、子 )
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题