三木社区

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 275|回复: 0
打印 上一主题 下一主题

arraynum.c

[复制链接]

1562

主题

1564

帖子

4904

积分

博士

Rank: 8Rank: 8

积分
4904
跳转到指定楼层
楼主
发表于 2017-8-22 09:04:59 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
  1. #include "common.h"

  2. int n=0;
  3. int *arraynum()
  4. {

  5. int *arr;
  6. printf("Please input the number of data\n");

  7. scanf("%d",&n);

  8. arr=(int *)malloc(n*4);
  9. if(arr==NULL)
  10. {
  11.   fprintf(stderr,"Allocate heap memory failed\n");
  12.   exit(EXIT_FAILURE);
  13. }

  14. return arr;
  15. }
复制代码


回复

使用道具 举报

Archiver|手机版|小黑屋|三木电子社区 ( 辽ICP备11000133号-4 )

辽公网安备 21021702000620号

GMT+8, 2025-6-29 01:23 , Processed in 0.025073 second(s), 23 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表