Multiple choice technology

which one is middle level language

  1. java

  2. oracle

  3. .net

  4. c

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

C is considered a middle-level language because it combines high-level language features (structured programming, abstractions) with low-level capabilities (direct memory manipulation, bit-level operations, pointer arithmetic). Java is purely high-level with extensive abstraction. Oracle is a database management system, not a language. .NET is a framework, not a language.