首页
编程
java
php
前端
首页
编程
java
php
前端
写个C语言语句,,,,,,
用p=(int *)调用库函数malloc()使指针变量P指向能够保存11个整型数据的动态储存空间
int *p; p=(int *)malloc (11*sizeof (int));
点击展开全文