400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án (Phần 1)
-
4794 lượt thi
-
50 câu hỏi
-
60 phút
Danh sách câu hỏi
Câu 8:
Để 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?
Xem đáp án
Chọn C
Câu 11:
What is the correct value to return to the operating system upon the successful completion of a program?
Xem đáp án
Chọn A
Câu 27:
What is the return type of the function with prototype: “int func(char x, float v, double t);”
Xem đáp án
Chọn B
Câu 28:
Which of the following is a valid function call (assuming the function exists)?
Xem đáp án
Chọn C
Câu 35:
Which of the following gives the memory address of a variable pointed to by pointer a?
Xem đáp án
Chọn A
Câu 36:
Which of the following gives the value stored at the address pointed to by pointer a?
Xem đáp án
Chọn C
Câu 37:
Which of the following is the proper keyword or function to allocate memory in C?
Xem đáp án
Chọn B
Câu 38:
Which of the following is the proper keyword or function to deallocate memory in C language?
Xem đáp án
Chọn B
Câu 40:
Which of the following accesses a variable in a pointer to a structure, *b?
Xem đáp án
Chọn A
Câu 44:
What is the index number of the last element of an array with 29 elements?
Xem đáp án
Chọn B
Câu 46:
Which of the following correctly accesses the seventh element stored in foo, an array with 100 elements?
Xem đáp án
Chọn A