If a programmer wants the output to be a list then ___________ function is used.
If a programmer wants the output to be a list then ___________ function is used. Correct Answer Sapply
sapply() function does the same jobs as lapply() function but returns a vector. We can use a user built-in function into lapply() or sapply(). We create a function named avg to compute the average of the minimum and maximum of the vector.
মোঃ আরিফুল ইসলাম
Feb 20, 2025