MCQOPTIONS
Bookmark
Saved Bookmarks
→
C++ Programming
→
Constructors And Destructors in C++ Programming
→
Which function is used to access the last element ..
1.
Which function is used to access the last element of an array class?
A.
end()
B.
start()
C.
back()
D.
last()
Answer» D. last()
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following function(s) is/are used to get the size of the array class?
Which function is used to access the last element of an array class?
Which function is used to access the first element of an array class?
What is the difference between get() and at()?
Which header file is required to use get() function?
What is the syntax of printing the first element of an array Arr using get() function?
What is the correct syntax of declaring an array class?
What header file is included to use array classes?
How many different ways are there to access an element of array classes at the ith position?
Which of the follwoing function(s) of Array classes are similar to [] operator?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply