Given an input file stream ifs, what would you ask the stream object to inquire whether the stream is successfully bound to a file?
A) ifs.is_open()
B) ifs.is_bound()
C) ifs.is_attached()
D) ifs.is_connected()