400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 7)
-
4825 lượt thi
-
50 câu hỏi
-
60 phút
Danh sách câu hỏi
Câu 11:
It Is legal to return local variables from a function which returns by reference.
Xem đáp án
Chọn B
Câu 15:
A class encapsulates the implementation and interface of a userdefined data type and constitutes an abstract data type.
Xem đáp án
Chọn A
Câu 24:
The new operator returns the address and size of the memory block that it allocates.
Xem đáp án
Chọn B
Câu 26:
It is not necessary to initialize a reference to real object when it is declared.
Xem đáp án
Chọn B
Câu 29:
It is nothing wrong that a function returning a reference to an automatic variable.
Xem đáp án
Chọn B
Câu 33:
A function template defines a parameterized nonmember function, which enables a program to call the same function with different types of arguments.
Xem đáp án
Chọn A
Câu 39:
A class that builds a linked list should destroy the list in the class destructor.
Xem đáp án
Chọn A
Câu 40:
Once an exception has been thrown, it is not possible for the program to jump back to the throw point.
Xem đáp án
Chọn A
Câu 43:
When an exception if throw, but not caught, the program ignores the error.
Xem đáp án
Chọn B
Câu 44:
A class object passed to a function template must overload any operators used on the class object by the template.
Xem đáp án
Chọn A
Câu 45:
In the function template definition it is not necessary to use each type parameter declared in the template prefix.
Xem đáp án
Chọn B
Câu 46:
It is possible to overload a function template and an ordinary (nontemplate) function.
Xem đáp án
Chọn A