Top

Discussion

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

  • A.#define PI 3.14
  • B.char *PI = “A”;
  • C.float PI = 3.14;
  • D.Both (A) and (B)

Answer: A

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment