For which of the following, “PI++;” code will fail?
Posted: Wed Jul 13, 2022 7:54 pm
a) #define PI 3.14
b) char *PI = “A”;
c) float PI = 3.14;
d) none of the Mentioned
b) char *PI = “A”;
c) float PI = 3.14;
d) none of the Mentioned
Accurate answers. Every time.
https://answerhappy.com/