Multiple Choice
Which of the following is an example of lack of generality in a language?
A) In C, arrays cannot be directly compared using the == operator.
B) In Pascal, functions can return only scalar or pointer types as values.
C) In C, local variables can only be defined at the beginning of a block.
D) In Pascal, return statements in functions look like assignments to variables.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Attempts to make programming languages more reliable
Q4: All of the following languages are statically
Q5: Design goals for programming languages have not
Q6: Python was originally designed for _.<br>A) scientists
Q7: The primary design goal of early programming
Q9: Python uses statement terminators such as the
Q10: FORTRAN's designers attempted to improve the readability
Q11: One of the design goals of C++
Q12: Macros can be used to improve the
Q13: A language which prevents a programmer from