文件名称: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
.\c++_ch06_05.vcxproj
.\c++_ch06_05.vcxproj.filters
.\Debug\5.obj
.\.....\c++_ch06_05.lastbuildstate
.\.....\c++_ch06_05.log
.\.....\CL.read.1.tlog
.\.....\CL.write.1.tlog
.\.....\link-cvtres.read.1.tlog
.\.....\link-cvtres.write.1.tlog
.\.....\link-rc.read.1.tlog
.\.....\link-rc.write.1.tlog
.\.....\link.read.1.tlog
.\.....\link.write.1.tlog
.\.....\vc110.idb
.\.....\vc110.pdb
.\Debug
3