所屬科目:研究所、轉學考(插大)◆程式設計
2. What is the output of the following code: (10%)
3. What is the output of the following code: (10%)
4. Observe the following sequence xfn]={ 0. 1. 1, 2 3. 5, 8, 13, 21, 34, ...}where 0≤n≤ 30 and implment a program to compute x[30]. (10%)
5.What is the output of the following code: (10%)
8. What is the output of the following code: (10%)
10. Consider the following declaration of a 'two-dimensional array in C:
Assuming that the main memory is byte-addressable and that the array is stored starting from memory address 0, what is the address of a[30][40]? (10%)