• A pi = 3.14F;
  • B const float pi = 3.14F;
  • C const pi; pi = 3.14F;
  • D float pi = 3.14F;
  • Share this MCQ