In _______ programming, functions are treated as first-class citizens, allowing them to be passed as arguments and returned from other functions.

  • Functional
  • Imperative
  • Object-Oriented
  • Procedural
In functional programming, functions are treated as first-class citizens, which means they can be passed as arguments and returned from other functions. This allows for powerful and flexible programming techniques.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *