Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Which of the following fopen statements are illegal?
  2. A.
    fp = fopen(abc.txt", r");
    B.
    fp = fopen(/home/user1/abc.txt", w");
    C.
    fp = fopen(abc", w");
    D.
    None of the mentioned.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    None.


Be The First To Comment