Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
執行下列 C/C++ 的敘述後,b 值為何?
int a[5] = {1, 2, 3, 4, 5}, b;
b = a[2] + a[4];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!