R

Rudra Pratap Singh • 3.39K Points
Extraordinary

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

Explanation by: Rudra Pratap Singh
#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.


Question analytics