Which of the following accesses a variable in a pointer to a structure, *b? (Tin học)
Nguyễn Thị Thương - 06/09 23:25:42
Which of the following accesses a variable in structure b? (Tin học)
Trần Đan Phương - 06/09 23:25:40
Which of the following is the proper keyword or function to deallocate memory in C language? (Tin học)
Trần Đan Phương - 06/09 23:25:38
Which of the following is the proper keyword or function to allocate memory in C? (Tin học)
Trần Đan Phương - 06/09 23:25:35
Which of the following gives the value stored at the address pointed to by pointer a? (Tin học)
Phạm Văn Bắc - 06/09 23:25:33
Which of the following gives the memory address of a variable pointed to by pointer a? (Tin học)
Nguyễn Thị Sen - 06/09 23:25:29
Which of the following gives the memory address of integer variable a? (Tin học)
CenaZero♡ - 06/09 23:25:28
Which of the following is the proper declaration of a pointer? (Tin học)
Tô Hương Liên - 06/09 23:25:27
What is the result of the following code? (Tin học)
Nguyễn Thu Hiền - 06/09 23:25:24
What keyword covers unhandled possibilities? (Tin học)
Trần Đan Phương - 06/09 23:25:22
What is required to avoid falling through from one case to the next? (Tin học)
CenaZero♡ - 06/09 23:25:16
Which of the following is a complete function? (Tin học)
Nguyễn Thu Hiền - 06/09 23:25:15
Which of the following is a valid function call (assuming the function exists)? (Tin học)
Nguyễn Thị Thảo Vân - 06/09 23:25:14
What is the return type of the function with prototype: “int func(char x, float v, double t);” (Tin học)
Nguyễn Thanh Thảo - 06/09 23:25:13
Which is not a proper prototype? (Tin học)
Nguyễn Thị Thảo Vân - 06/09 23:25:10
How many times is a do while loop guaranteed to loop? (Tin học)
Nguyễn Thị Thương - 06/09 23:25:03
Which is not a loop structure? (Tin học)
Tô Hương Liên - 06/09 23:25:00
When does the code block following while(x<100) execute? (Tin học)
Tôi yêu Việt Nam - 06/09 23:24:58
What is the final value of x when the code is run? (Tin học)
Đặng Bảo Trâm - 06/09 23:24:55
Which of the following shows the correct syntax for an if statement? (Tin học)
Nguyễn Thu Hiền - 06/09 23:24:52
Evaluate !(1 && !(0 || 1)) (Tin học)
Nguyễn Thu Hiền - 06/09 21:15:37
Which of the following is the boolean operator for logical-and? (Tin học)
Bạch Tuyết - 06/09 21:15:37
Which of the following is true? (Tin học)
Phạm Minh Trí - 06/09 21:15:36
Which of the following is the correct operator to compare two variables? (Tin học)
Bạch Tuyết - 06/09 21:15:34
Which of the following is not a correct variable type? (Tin học)
Trần Bảo Ngọc - 06/09 21:15:33
Which of the following is a correct comment? (Tin học)
Phạm Văn Bắc - 06/09 21:15:30
What punctuation ends most lines of C code? (Tin học)
Phạm Văn Phú - 06/09 21:15:28
What punctuation is used to signal the beginning and end of code blocks? (Tin học)
Phạm Văn Phú - 06/09 21:15:27
What is the only function all C programs must contain? (Tin học)
Trần Đan Phương - 06/09 21:15:25
What is the correct value to return to the operating system upon the successful completion of a program? (Tin học)
Nguyễn Thu Hiền - 06/09 21:15:22
Cách khai báo biến nào sau đây là đúng? (Tin học)
Trần Bảo Ngọc - 06/09 21:15:05
Chú thích nào sau đây là chính xác? (Tin học)
Nguyễn Thị Thương - 06/09 21:15:03
Để chú thích trên nhiều dòng lệnh trong chương trình C++, ta dùng cặp dấu nào? (Tin học)
Nguyễn Thu Hiền - 06/09 21:15:02
Để chú thích trên 1 dòng lệnh trong chương trình C++, ta dùng cặp dấu nào? (Tin học)
CenaZero♡ - 06/09 21:14:59
Lệnh cout trong C++ đi kèm với cặp dấu nào? (Tin học)
Phạm Văn Bắc - 06/09 21:14:57
Kết thúc một dòng lệnh trong chương trình C++, ta sử dụng ký hiệu gì? (Tin học)
Bạch Tuyết - 06/09 21:14:53
Lệnh cin trong C++ có tác dụng gì? (Tin học)
Tôi yêu Việt Nam - 06/09 21:14:50
Lệnh cout trong C++ có tác dụng gì? (Tin học)
Đặng Bảo Trâm - 06/09 21:14:48
Trong cấu trúc chương trình C++ có bao nhiêu hàm main()? (Tin học)
Trần Bảo Ngọc - 06/09 21:14:47
Trong cấu trúc chương trình C++, lệnh #include dùng để làm gì? (Tin học)
Đặng Bảo Trâm - 06/09 21:14:44