

MCQOPTIONS
Saved Bookmarks
1. |
What is the use of empty() function in array classes? |
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 |
Answer» B. To check whether an array is empty or not | |