A

Admin • 833K Points
Coach

Q. Which of the following is not a valid statement?

  • (A) float PI = 3.14;
  • (B) double PI = 3.14;
  • (C) int PI = 3.14;
  • (D) #define PI 3.14
  • Correct Answer - Option(D)
  • Views: 25
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

#define PI 3.14 is a preprocessor, to make a textual substitution.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.