Page 1 of 1

What is the use of empty() function in array classes?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) To check whether the size of an array is zero or not
b) To check whether an array is empty or not
c) To check how many elements are there in the array
d) To check whether an array contains negative elements or not