Home » C Programming » Operators » Question
  1. For which of the following, “PI++;” code will fail?
    1. char *PI = “B”;
    2. float PI = 3.14;
    3. #define PI 3.14
    4. All of above
    5. None of these
Correct Option: C

#define PI 3.14



Your comments will be displayed only after manual approval.