欢迎来到天天文库
浏览记录
ID:61399040
大小:22.00 KB
页数:6页
时间:2021-01-26
《自考c++程序设计课后答案.docx》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、自考c++程序设计课后答案资料仅供参考第一章一、选择题1.B;(typedef,typeid,typename,都为保留字);2.C;(标识符,应该以字母或,下划线开头);3.C;(标识符中有的特殊符号,只能有下划线);二、填空题1.cin,cout2.new,delete3.inta(55);三、改错题1.没有定义变量num;2.不能给变量x,声明指向常量的指针constint*p=&x;如果吧x定义为常量const,*p不能当作“左值”。3.p为常量指针,不能吧p作为“左值”,p=&y,错误。四、编程题1.分别用字符和ASCII码形式输出整数值65和66.#inclu
2、deusingnamespacestd;voidmain(){chara='A',b='B';intascii_1=53,ascii_2=54;//ASCII码中的,5和6cout<<"字符输出:"<<(int)a<<","<<(int)b<usingnamespace
3、std;voidmain(){int*p;资料仅供参考p=newint[100];for(inti=0;i<100;i++){*(p+i)=i;}for(i=0;i<100;i++){cout<<*(p+i)<<",";}deletep;}3.编写完整的程序,它读入15个float值,用指针把它们存放在一个存储快里,然后输出这些值和以及最小值。#include#include//用于数组排列的头文件usingnamespacestd;voidmain(){float*p;p=newfloat[15];cout<<"输入15个floa
4、t类型的值:"<>*(p+i);}for(i=0;i<15;i++){cout<<*(p+i)<<",";}sort(p,p+15);cout<<"最小的是:"<<*(p)<资料仅供参考#includecout<<"数b中的内#include<
5、functional>容:"<6、<"。数a反后,‘4’的位置是:"<<(类)Student(象)明(对find(a,a+8,4)<7、)CardPointp;longno;//号floatx;floatbalance;//余floatradii;floatgetBalance();//示余floaty;额三、程floatgetX();1.使用多种方法写将两个字floatgetAcreage();符串接在一起的程序。floatgetY();#include3.画出一个班的,#include它必要的属性以表示usingnamespacestd;个的特征。voidmain()(类)PubClass{stringno;
6、<"。数a反后,‘4’的位置是:"<<(类)Student(象)明(对find(a,a+8,4)<7、)CardPointp;longno;//号floatx;floatbalance;//余floatradii;floatgetBalance();//示余floaty;额三、程floatgetX();1.使用多种方法写将两个字floatgetAcreage();符串接在一起的程序。floatgetY();#include3.画出一个班的,#include它必要的属性以表示usingnamespacestd;个的特征。voidmain()(类)PubClass{stringno;
7、)CardPointp;longno;//号floatx;floatbalance;//余floatradii;floatgetBalance();//示余floaty;额三、程floatgetX();1.使用多种方法写将两个字floatgetAcreage();符串接在一起的程序。floatgetY();#include3.画出一个班的,#include它必要的属性以表示usingnamespacestd;个的特征。voidmain()(类)PubClass{stringno;
此文档下载收益归作者所有