Home / C Programming / C Fundamentals :: Discussion

Discussion :: C Fundamentals

  1. "My salary was increased by 15%" Select the statement, which will EXACTLY reproduce the line of text above.

  2. A.

     printf("My salary was increased by 15/%!");

    B.

     printf("My salary was increased by 15%!");

    C.

     printf("My salary was increased by 15'%'!");

    D.

     printf("My salary was increased by 15%%!");

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment