• A #define PI 3.14
  • B float PI = 3.14;
  • C double PI = 3.14;
  • D int PI = 3.14;
  • Share this MCQ