FUNDAMENTALS OF COMPUTER

USING MICROSOFT EXCEL

USING THE UPPER AND LOWER FUNCTIONS IN EXCEL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which function reverses the value of the function arguments?
A
AND
B
NOT
C
IF
D
IFERROR
Explanation: 

Detailed explanation-1: -Python reversed() The reversed() method computes the reverse of a given sequence object and returns it in the form of a list.

Detailed explanation-2: -reversed is a built-in function in Python used to get a reversed iterator of a sequence. reversed function is similar to the iter() method but in reverse order. An iterator is an object used to iterate over an iterable. We can generate an iterator object using the iter method on an iterable.

Detailed explanation-3: -The reverse() function can only reverse the Python list. The reversed() function can be used to reverse lists, tuples, strings, and dictionaries or any sequence that is iterable. Returns the reversed sequence. Returns the reversed iterator object of the sequence.

Detailed explanation-4: -strrev() function in C The strrev() function is used to reverse the given string.

There is 1 question to complete.