皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
请编写一个函数maxofarray(atype*p,int count),该函数从一个数组中找出其中的最大元素,并且数组中可以存放多种数据类型的元素。 注意:部分源程序己存在文件test42_2.cpp中。 请勿修改主函数main和其他函数中的任何内容,仅在函数maxofarray的花括号中填写若干语句。 文件test42_2.cpp清单如下: include<iostream.h> include<string.h> include<conio.h> template<class atype> void maxofarray(atype* p,int count) { } void main () { int len=5; char *p1; cout<<'the char type array and it's length is 5:/n'; cout<<'the array element is a b c d e/n'; p1=new char[len]; for (int i=0;i<len;i++) p1[i]='a'+i; maxofarray(p1,len); }
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】( )是一种类似于计算机中汇编语言的助记符指令编程语言。
A.
( A)梯形图
B.
( B)指令语句表
C.
( C)功能图编程
D.
( D)高级编程语言
【单选题】()是一种类似于计算机中汇编语言的助记符指令编程语言。
A.
梯形图
B.
指令语句表
C.
功能编程图
D.
高级编程语言
【简答题】The Congress o_________ (推翻,不顾) the President’s objection and passed the law.
【单选题】The American Congress consists of ______.
A.
the House of Representatives and the Senate.
B.
the Senate and the Cabinet
C.
the House of Commons and the House o f Lords
D.
the Senate and the Pr e sident
【简答题】“ (vest in Congress the authority) t o lay and collect taxes, to regulate interstate commerce, to conduct diplomacy ; (national government) t o raise and maintain an army and navy, manage Native Ameri...
【简答题】周围神经系统通常分为____和____。
【单选题】( )是一种用指令助记符来编制 PLC 程序的语言,它类似于计算机的汇编语言,但比汇编语言通俗易懂,因此也是应用很广泛的一种编程语言。
A.
梯形图
B.
指令语句表
【简答题】O n July 4, 1776 , the ______ _____ ________ was adopted by the Second Continental Congress, announcing to the world the birth of a new nation.
【判断题】梯形图编程语言是类似汇编语言的指令助记符编程语言。
A.
正确
B.
错误
【判断题】神经系统通常分为中枢神经系统和周围神经系统两部分。
A.
正确
B.
错误
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题