Statements of the form globalType::printResult(); are required to access printResult.
The output of the statement cout str.* and & are the operators used in pointers when namespace globalType is used and string str = "Gone with the wind" is taken into consideration. In contrast to "&," which provides the address of the variable, * provides the value that is stored at a specific address.
Using the class name to access the static member functions requires the scope resolution operator. It is clear from this that the function belongs in the relevant class.
To know more about globalType visit :-
https://brainly.com/question/29765424
#SPJ4