Vidyalelo
C Programming · Q94

C Fundamentals

Programming · C Programming · question 94

Q94

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

A.
#define PI 3.14
Answer
B.
char *PI = "A";
C.
float PI = 3.14;
D.
none of the Mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board