⟩ Which of the following command provides the list of the functions defined in the login session? a) declare -f b) declare -F c) both (a) and (b) d) none of the mentioned
c) both (a) and (b)
Explanation:
'declare -F' provides just the name of the functions and 'declare -f' provides their definitions also.