Signup/Sign In

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

The const keyword specifies that a variable's value is constant and tells the compiler to prevent the programmer from modifying it. In C, constant values default to external linkage, so they can appear only in source files.
one year ago