Which of the following languages is a non .NET language?
2023
Which of the following languages is a non .NET language?
- A.
C#
- B.
F#
- C.
J#
- D.
Pascal
Attempted by 339 students.
Show answer & explanation
Correct answer: D
Languages designed for the .NET Framework are called .NET languages because they work with the Common Language Runtime (CLR).
C#, F#, and J# are associated with the .NET platform.
Pascal is a traditional programming language and is not originally a .NET language.
Therefore, Pascal is the non-.NET language among the given options.