#include stdio.hint main () {/* an array with 5 elements */double balance[5] = {1000.0, 2.0, 3.4, 17.0, 50.0};
编程学习网为您整理以下代码实例,主要实现:C语言指向数组的指针,希望可以帮到各位朋友。
#include stdio.hint main () {/* an array with 5 elements */double balance[5] = {1000.0, 2.0, 3.4, 17.0, 50.0};
编程学习网为您整理以下代码实例,主要实现:C语言指向数组的指针,希望可以帮到各位朋友。
上一篇:C语言打印变量的地址
下一篇:C语言访问二维数组元素