在 C++ 中,下列定义整型常量 num 并初始化为 100 的语句是()。
const int num=100";
const int num=100;
float const num= 100;
const float num=100;