1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Which of the following languages does not use braces to form compound statements?
Java
PHP
C++
python
python
Which of the following languages does not use a static semantics rule to specify the if construct to which an else clause belongs when the clause follows a nested if?
Java
C++
Perl
ML
ML
Which of the following languages has a switch statement that has different static semantic rules that those of the others?
C++
C#
Java
C
C#
Which of the following languages require the control expression of its counter-controlled looping statement to be of boolean type?
Java
C
C#
C++
Java and C#
Which of the following languages have a predefined loop statement that is controlled by a data structure?
Perl
C#
C++
C
Perl, C#
Which of the following languages has a goto statement?
Java
C
C#
Python
C#, C
Which of the following languages does not have a counter-controlled loop statement that uses the for special word?
Fortran 95