C/Type Qualifiers

< C

C Type Qualifiers

C type qualifiers add special properties to the variables being declared. C provides the following two keywords:

Note: a Standard conforming compiler can ignore these qualifiers; nevertheless, it must issue a message when an attempt is made to alter an object declared as const.

Project: Topic:C
Previous: Data Types and Keywords C/Type Qualifiers Next: Storage Classes
This article is issued from Wikiversity - version of the Thursday, May 08, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.