首页题库练习题目详情
面向对象程序设计单选题中等

以下哪项是C语言中定义常量的常用方式?

A#define PI 3.14
Bconst float PI = 3.14
Cfloat PI = 3.14
Dstatic const float PI = 3.14