Podcast
Questions and Answers
Which programming language is derived from C?
Which programming language is derived from C?
- Ruby
- Java (correct)
- JavaScript
- Python
Which language spells out divide by zero and NaN (not a number)?
Which language spells out divide by zero and NaN (not a number)?
- C
- C++
- Python
- Java (correct)
Which programming language is machine dependent?
Which programming language is machine dependent?
- C (correct)
- Java
- Python
- JavaScript
Which language has the relational operators > and >= that work the same way as in C?
Which language has the relational operators > and >= that work the same way as in C?
Which programming language allows pointer dereference with field selection?
Which programming language allows pointer dereference with field selection?