文件名称:3
介绍说明--下载内容来自于网络,使用问题请自行百度
编写一个函数,传递给它一个大小为n的指向float类型的指针数组,要求该函数返回一个指针,指向n个按照倒序排列的float型数值的首地址。
例如,当输入为
3
1 2 3
时,输出为
1 2 3
1 2 3
3 2 1
-Write a function, passing it a pointer pointing to an array of size n float type, requiring the function returns a pointer to a float in accordance with the value of n in reverse order of the first address. For example, when the input is 3123, the output of 123,123,321
例如,当输入为
3
1 2 3
时,输出为
1 2 3
1 2 3
3 2 1
-Write a function, passing it a pointer pointing to an array of size n float type, requiring the function returns a pointer to a float in accordance with the value of n in reverse order of the first address. For example, when the input is 3123, the output of 123,123,321
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3/5.cpp
3/c++_ch06_05.vcxproj
3/c++_ch06_05.vcxproj.filters
3/Debug/5.obj
3/Debug/c++_ch06_05.lastbuildstate
3/Debug/c++_ch06_05.log
3/Debug/cl.command.1.tlog
3/Debug/CL.read.1.tlog
3/Debug/CL.write.1.tlog
3/Debug/link-cvtres.read.1.tlog
3/Debug/link-cvtres.write.1.tlog
3/Debug/link-rc.read.1.tlog
3/Debug/link-rc.write.1.tlog
3/Debug/link.command.1.tlog
3/Debug/link.read.1.tlog
3/Debug/link.write.1.tlog
3/Debug/vc110.idb
3/Debug/vc110.pdb
3/Debug
3
3/c++_ch06_05.vcxproj
3/c++_ch06_05.vcxproj.filters
3/Debug/5.obj
3/Debug/c++_ch06_05.lastbuildstate
3/Debug/c++_ch06_05.log
3/Debug/cl.command.1.tlog
3/Debug/CL.read.1.tlog
3/Debug/CL.write.1.tlog
3/Debug/link-cvtres.read.1.tlog
3/Debug/link-cvtres.write.1.tlog
3/Debug/link-rc.read.1.tlog
3/Debug/link-rc.write.1.tlog
3/Debug/link.command.1.tlog
3/Debug/link.read.1.tlog
3/Debug/link.write.1.tlog
3/Debug/vc110.idb
3/Debug/vc110.pdb
3/Debug
3
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.