| Consider the following code snippet Scala
(a: Int) => a*a .
This code snippet is an example of _______
Choose the correct options from below list
(1)Anonymous function
(2)unction as an argument
(3)Higher order function
(4)Curried function
Answer:-(1)Anonymous function | | |