Podcast
Questions and Answers
Which programming language is suitable for systems programming and applications where performance is critical?
Which programming language is suitable for systems programming and applications where performance is critical?
- JavaScript
- C++ (correct)
- Python
- Java
What is one of the key features of C++?
What is one of the key features of C++?
- Automatic memory management
- Fine-grained memory control (correct)
- Dynamic typing
- Garbage collection
Which programming language is not suitable for systems programming and applications where performance is critical?
Which programming language is not suitable for systems programming and applications where performance is critical?
- C# (correct)
- Ruby
- Go
- C++
Which of the following statements is true about global variables in programming?
Which of the following statements is true about global variables in programming?
In which scope can a global variable be accessed?
In which scope can a global variable be accessed?
Which of the following is NOT true about global variables?
Which of the following is NOT true about global variables?
Which of the following is true about global variables in programming?
Which of the following is true about global variables in programming?
Where is a global variable usually declared in a program?
Where is a global variable usually declared in a program?
In which scope can a global variable be accessed?
In which scope can a global variable be accessed?
Flashcards are hidden until you start studying