Podcast
Questions and Answers
Which of the following statements about C++ is true?
Which of the following statements about C++ is true?
- C++ is not a popular choice for cross-platform development.
- C++ is a popular choice for cross-platform development. (correct)
- C++ programs can only be compiled on Windows platforms.
- C++ programs can be compiled on a limited number of platforms.
Which of the following is NOT a benefit of using C++ for cross-platform development?
Which of the following is NOT a benefit of using C++ for cross-platform development?
- Wide range of platform compatibility.
- Limited availability of development tools. (correct)
- Ease of code reuse across different platforms.
- Increased performance compared to other programming languages.
Why is C++ a popular choice for cross-platform development?
Why is C++ a popular choice for cross-platform development?
- It is the only programming language that supports cross-platform development.
- It offers limited compatibility with different platforms.
- It has a large community of developers who contribute to cross-platform development libraries and frameworks. (correct)
- It provides a high level of abstraction, making it easier to write platform-independent code.