Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. For which of the following, "PI++; code will fail?
  2. A.
    #define PI 3.14
    B.
    char *PI = A";
    C.
    float PI = 3.14;
    D.
    Both (A) and (B)

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    None.


Be The First To Comment