Point out the wrong statement.
(a) A universal function is a function that operates on ndarrays in an element-by-element fashion
(b) In Numpy, universal functions are instances of the numpy.ufunction class
(c) Many of the built-in functions are implemented in compiled C code
(d) All of the mentioned
The question was asked during an interview.
My question comes from NumPy in portion Developing Data Products and Working with NumPy of Data Science