Ixchel8336 Ixchel8336 06-02-2024 Computers and Technology contestada 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()