ILE C/C++ Language Reference

Integer Constant Expressions

An integer compile-time constant is a value that is determined during compilation and cannot be changed at run time. An integer compile-time constant expression is an expression that is composed of constants and evaluated to a constant.

An integer constant expression is an expression that is composed of only the following:

You must use an integer constant expression in the following situations:

Related References


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]