String 02 sorting doubt

sir what parameter we write inside getline()
and why we here wrote cin inside getline()

getline(cin,“delimiters”);

this is a inbuilt function define in c++ library
you have to use it in the same way as it is defined

complete information about getline here