What is the use of empty() function in array classes?
To check whether the size of an array is zero or not
To check how many elements are there in the array
To check whether an array contains negative elements or not
To check whether an array is empty or not
Correct Answer: A — To check whether the size of an array is zero or not
Explanation:
No explanation is available for this question yet.