Which one of the following statements will open the file /home/myfile and append data? seenagape 11 years ago Which one of the following statements will open the file /home/myfile and append data? A.open (INPUT “/home/myfile”); B.open (INPUT, “>>/home/myfile”); C.open (OUTPUT, “>/home/myfile”); D.open (OUTPUT “/home/myfile”); ← Previous question Next question →