One can apply pointer arithmetic with reference variables (Tin học)
Tô Hương Liên - 07/09 12:55:50
It is nothing wrong that a function returning a reference to an automatic variable. (Tin học)
Bạch Tuyết - 07/09 12:55:50
One can reassign reference after it is initialized. (Tin học)
Nguyễn Thị Nhài - 07/09 12:55:50
There can be a null reference. (Tin học)
Phạm Văn Bắc - 07/09 12:55:49
It is not necessary to initialize a reference to real object when it is declared. (Tin học)
Phạm Minh Trí - 07/09 12:55:48
The heap storage is used for local objects. (Tin học)
Trần Đan Phương - 07/09 12:55:46
The new operator returns the address and size of the memory block that it allocates. (Tin học)
Trần Đan Phương - 07/09 12:55:45
The ‘break’ keyword is only used in the switch..case statement. (Tin học)
Đặng Bảo Trâm - 07/09 12:55:45
All C++ functions are recursive. (Tin học)
Nguyễn Thị Thảo Vân - 07/09 12:55:44
Preprocessor #define macro and inline functions use the same mechanism. (Tin học)
Phạm Văn Bắc - 07/09 12:55:43
std::cout is a standard input stream. (Tin học)
Tôi yêu Việt Nam - 07/09 12:55:43
%= is not a operator in C++ (Tin học)
Phạm Minh Trí - 07/09 12:55:42
In C++ one can get the memory addresses of variables and functions. (Tin học)
Phạm Văn Bắc - 07/09 12:55:42
“My Variable” is a valid identifier in C++ (Tin học)
Nguyễn Thanh Thảo - 07/09 12:55:41
In c++ an identifier can begin with a $ sign. (Tin học)
Phạm Minh Trí - 07/09 12:55:40
A class encapsulates the implementation and interface of a userdefined data type and constitutes an abstract data type. (Tin học)
CenaZero♡ - 07/09 12:55:39
In C++ one can define a function within another function. (Tin học)
Phạm Minh Trí - 07/09 12:55:39
C++ is a pure object oriented programming language. (Tin học)
Nguyễn Thị Thương - 07/09 12:55:38
Constructors can be virtual like virtual destructors (Tin học)
Nguyễn Thu Hiền - 07/09 12:55:37
It Is legal to return local variables from a function which returns by reference. (Tin học)
Trần Đan Phương - 07/09 12:55:36
Classes can be inherited privately. (Tin học)
Trần Đan Phương - 07/09 12:54:11
A base class is never used to create objects. (Tin học)
Nguyễn Thị Thương - 07/09 12:54:10
Inheritance helps in making a general class into a more specific class. (Tin học)
Phạm Minh Trí - 07/09 12:54:10
Using operator overloading we can invent new operators. (Tin học)
Trần Bảo Ngọc - 07/09 12:54:09
We can implement generic classes using templates (Tin học)
Trần Bảo Ngọc - 07/09 12:54:09
New and delete are operators. (Tin học)
Nguyễn Thu Hiền - 07/09 12:54:08
Friendship is commutative. (Tin học)
CenaZero♡ - 07/09 12:54:08
A function designed as public can be accessible by non-members of a class. (Tin học)
Tô Hương Liên - 07/09 12:54:07
Friend functions have access only to public members of the class. (Tin học)
Nguyễn Thu Hiền - 07/09 12:54:06
Class members are public by default. (Tin học)
Phạm Văn Bắc - 07/09 12:54:06
What is output? (Tin học)
Nguyễn Thị Thảo Vân - 07/09 12:53:27
What is output? (Tin học)
Phạm Minh Trí - 07/09 12:53:24
What does the following declaration mean? (Tin học)
Tôi yêu Việt Nam - 07/09 12:53:23
What is output? (assuming that the array begins at the location 1002 and size of an integer is 4 bytes) (Tin học)
Đặng Bảo Trâm - 07/09 12:53:22
The library function used to find the last occurrence of a character in a string is (Tin học)
Nguyễn Thị Thương - 07/09 12:53:20
Which of the following statements are correct about an array?1. The array int num[26]; can store 26 elements2. The expression num[1] designates the very first element in the array3. It is necessary to initialize the array at the time of ... (Tin học)
Trần Đan Phương - 07/09 12:53:18
What is output? (Tin học)
Tôi yêu Việt Nam - 07/09 12:53:17
What will be output of following program? (Tin học)
Nguyễn Thu Hiền - 07/09 12:53:15
What is output? (Tin học)
Bạch Tuyết - 07/09 12:53:12
What is output? (Tin học)
Phạm Văn Phú - 07/09 12:52:35