write the output of the following program | output of c++ #coding #c++ #python #shorts #Shorts

66 Просмотры
Издатель
write the output of the following program | output of c++ #coding #c++ #python #shorts #Shorts

Options:-
A)Welcome to FreeCode4U Youtube Channel :-)

Declaring a Vector and Filling it with integers.

The elements of the Vector are: 10 12 35 65 21 90

The elements of the Vector after Sorting are: 10 12 21 35 65 90

upper_bound returns an iterator pointing to the first element which has a value greater than the given value.

The index (starting from 0) of the upper_bound of 35 is: 4


Note that as per the definition, it also considers the number greater than it and not itself.

B) Welcome to FreeCode4U Youtube Channel :-)

Declaring a Vector and Filling it with integers.

The elements of the Vector are: 10 12 35 65 21 90

The elements of the Vector after Sorting are: 10 12 21 35 65 90

upper_bound returns an iterator pointing to the first element which has a value greater than the given value.

The index (starting from 0) of the upper_bound of 35 is: 3


Note that as per the definition, it also considers the number greater than it and not itself.

C) Error
D) None of these


If you want more videos related this
Категория
Язык программирования C++
Комментариев нет.