Page 1 of 1

For which of the following, “PI++;” code will fail?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) #define PI 3.14
b) char *PI = “A”;
c) float PI = 3.14;
d) none of the Mentioned