Which feature of the C language primarily contributed to its widespread adoption in the development of UNIX?
Object-oriented programming support.
Assembly-like speed with high-level abstraction.
Automatic memory management
Platform independent.
[ Option B ]
Which of these statements about the standardization of C is incorrect?
The first standardization of C was ANSI C in 1989.
C was never officially standardized due to its UNIX dependency.
C99 added features like inline functions and new data types.
ISO standardized C after ANSI.
[ Option B ]
What was the main limitation of assembly language that led to the creation of C?
Lack of floating-point arithmetic.
No support for low-level memory manipulation.
Poor performance in system-level programming.
Lack of portability and maintainability.
[ Option D ]
Which of the following best describes the relationship between C and B languages?
C is a higher-level abstraction of B with support for classes.
C is a simplified version of B designed for embedded systems.
C was derived from B by adding data types and structures.
B was created as an extension to C for system programming.
[ Option C ]
Which of the following is NOT a feature of the C language?
Structured Programming.
Recursion.
Garbage Collection.
Low-Level Memory Access.
[ Option C ]