Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
執行下列 C/C++ 程式片段後,a[0] 的值為何?
int a[6], k; a[5] = 0; a[4] = 2;for (k = 5; k > 1; k--) a[k-2] = a[k] + a[k-1];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!