#include <stdio.h> int main() { int v[3]={1,2,3}; printf("%d",length(v)); return 0; }. 陣列v 定義為3 個空間,可以存取3 個整數。
確定! 回上一頁