我这里运行正确,结果如下:
桃源ssl适用于网站、小程序/APP、API接口等需要进行数据传输应用场景,ssl证书未来市场广阔!成为成都创新互联的ssl证书销售渠道,可以享受市场价格4-6折优惠!如果有意向欢迎电话联系或者加微信:18980820575(备注:SSL证书合作)期待与您的合作!
文字:(100文字以内)asdfhererw
10文字。
asdfhererw
wrerehfdsa
Press any key to continue
#includeiostream.h
#include "stdlib.h"using namespace std;
int main()
{
int *p;
int k=0;
//申请10个int数组空间
p = (int*)malloc(sizeof(int)*10);
//输入数据
for(k=0;k10;k++)
{
(*p)=k;
p++;
}
//倒序输出
for(k=0;k10;k++)
{
p--;
printf("%d\n",*p);
}
free(p);
system("pause");
printf("\n");
return 0;
}
#include stdio.h
int findmax(int *p, int n)
{
int i;
int max = 0;
for (i = 0; i n; i++)
if (p[i] p[max])
max = i;
printf("%d\n", p[max]);
return max;
}
int main(void)
{
int buf[5] = {6, 2, 9, 1, 8};
findmax(buf, 5);
return 0;
}
名称栏目:c语言指针函数输出 c语言如何输出指针的值
分享地址:https://www.cdcxhl.com/article16/dojsegg.html
成都网站建设公司_创新互联,为您提供搜索引擎优化、企业建站、做网站、App设计、域名注册、网站维护
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联