Kiểm tra kiến thức lập trình của bạn với bộ câu hỏi trắc nghiệm!
6 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Đâu là ngôn ngữ lập trình phổ biến nhất hiện nay?

  • Javascript
  • Java
  • Python (correct)
  • C++

Lập trình viên sử dụng công cụ nào để gỡ lỗi chương trình?

  • Trình gỡ lỗi (correct)
  • Trình biên dịch
  • Trình dịch ngược
  • Trình soạn thảo

Lập trình viên sử dụng thuật toán để làm gì?

  • Tối ưu hóa hiệu suất chương trình (correct)
  • Lưu trữ dữ liệu
  • Tạo ra giao diện người dùng
  • Kiểm tra lỗi chương trình

Which of the following is NOT a fundamental data type in C++?

<p>string (D)</p> Signup and view all the answers

What is the output of the following code snippet: int num = 10; cout << num++ << ' ' << ++num << endl;

<p>11 12 (A)</p> Signup and view all the answers

What is the difference between a reference and a pointer in C++?

<p>A pointer can be re-assigned, but a reference cannot. (C)</p> Signup and view all the answers
Use Quizgecko on...
Browser
Browser