• 2022-06-07
    Which one of the following is a correct way to create a file for both reading and writing using the function fopen ?
    A: "ab+"
    B: "wb+"
    C: "rb+"
    D: "ab"