Home / C Programming / Library Functions :: Discussion

Discussion :: Library Functions

  1. Can you use the fprintf() to display the output on the screen?

  2. A.
    Yes
    B.
    No

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Do like this fprintf(stdout, "%s %d %f", str, i, a);


Be The First To Comment