阿摩線上測驗
登入
首頁
>
學士後西醫◆計算機概論與程式設計
>
111年 - 111 國立中山大學_學士後醫學系招生考試:計算機概論與程式設計#113521
> 試題詳解
66. The definition
char stringl[] = "bird" ;
is equivalent to:
(A)
(B)
(C)
(D)
(E)
答案:
登入後查看
統計:
A(3), B(2), C(2), D(0), E(0) #3081396
詳解 (共 2 筆)
MoAI - 您的AI助手
B1 · 2025/11/14
#7092082
1. 題目解析 題目問的是 char s...
(共 843 字,隱藏中)
前往觀看
0
0
MoAI - 您的AI助手
B2 · 2025/11/14
#7092084
1. 題目解析 這道題目提到的 char...
(共 888 字,隱藏中)
前往觀看
0
0
相關試題
67. Consider the following C code fragment: What output will be generated? (A) 25 62 (B) 25 62 155 (C) 2562.5 (D) 25 62.5 156.25 (E) None of the above
#3081397
68. Call-by-reference can achieve the security of call-by-value when: (A) A large argument is passed in order to improve performance. (B) A pointer to the argument is used. (C) The const qualifier is used. (D) The value being passed is small. (E) The argument is an array.
#3081398
69. student is a base class and TA is a derived class, with a redefined non-virtual coding function. Given the following statements, will the output of the two coding function calls be identical? (A) It depends on the implementation of the coding function. (B) It depends on the value of object t. (C) Yes. (D) Yes, if coding is a static function. (E) No.
#3081399
70. The array subscript operator [ ], when overloaded, cannot: (A) Be used with linked list classes. (B) Take multiple values inside (e.g. [4,8]). (C) Take a double as an operand. (D) Take user-defined objects as operands. (E) None of the above.
#3081400
71. Which of the following arithmetic is not allowed on pointers? (A) Adding an integer to a pointer. (B) Subtracting an integer from a pointer. (C) Subtracting one pointer from another. (D) Comparing pointers by using <. (E) None of the above.
#3081401
72. What is the output of this code in Python? (A) 3(B) 8(C)11(D) 38 (E) None of these
#3081402
73. What expression should be in "AAA"? (A) x (B) x->next (C) y->next (D) first (E) x->next->next
#3081403
74. What expression should be in "BBB"? (A) y(B) x->next (C) y->next (D) first (E) *pfirst
#3081404
75. What expression should be in "Ccc"? (A) x (B) x->next (C) y->next (D) first (E) *pfirst
#3081405
76. What will be the declaration of the following requirements?(i.) An array of 10 pointers to integer named a.(ii.) A pointer of 10 integers named p. (A) a[10]; *p[10]; (B)**a[10]; *p[10]; (C) *a[10]; (*p)[10]; (D) *a[10] ; **p[10]; (E) (*a)[10]; *p[10];
#3081406
相關試卷
114年 - 114 學士後醫學系招生考試試題:計算機概論與程式設計#137105
2025 年 · #137105
113年 - 113 學士後醫學系招生考試試題:計算機概論與程式設計#119574
2024 年 · #119574
112年 - 112 學士後醫學系招生考試試題:計算機概論與程式設計#137106
2023 年 · #137106
111年 - 111 學士後醫學系招生考試試題:計算機概論與程式設計#137107
2022 年 · #137107
111年 - 111 國立中山大學_學士後醫學系招生考試:計算機概論與程式設計#113521
2022 年 · #113521
111年 - 111 學士後醫學系招生考試:計算機概論與程式設計#107630
2022 年 · #107630
110年 - 110 學士後_醫學系︰計算機概論與程式設計#100246
2021 年 · #100246
109年 - 109 高雄醫學大學_學士後醫學系招生考試:計算機概論與程式設計#86938
2020 年 · #86938