Which one among the following is NOT a non-procedural computer language?
LISP
Python
Prolog
ML
Answer is Wrong!
Answer is Right!
This question was previously asked in
UPSC CAPF – 2024
– Non-procedural (or declarative) languages describe the desired result or logic without explicitly detailing the execution steps.
– LISP, Prolog, and ML represent functional or logic programming paradigms often contrasted with procedural programming.
– Python is predominantly an imperative/procedural language, although it supports aspects of object-oriented and functional programming.