After the statement
getline (infile, aString, ‘*’);
what will be the value of the string variable aString if the input stream infile contains the following:
Ask not*what your country*can do for you
a) Ask
b) Ask not
c) Ask not*
d) Ask not*what your country
b) Ask not
Computer Science & Information Technology