Language Ccpp Cref Examples ENUM5.C

/ ****************************************************************************
 *
 * Enumeration example: This program will compile but the #define statement 
 * will cause FALSE and TRUE to have a value of 1
 *
 ****************************************************************************/
enum Boolian_t {FALSE=0, TRUE} Boolian;
#define FALSE 1
main()
{
 enum Boolian_t Boolian;
 
 printf("False has a value of %d\n", FALSE);
 printf(" True has a value of %d\n", TRUE);
}
/****************************************************************************
 *
 *	Results:
 *
 *	False has a value of 1
 *	 True has a value of 1
 *
 ****************************************************************************/

file: /Techref/language/ccpp/CREF/EXAMPLES/enum5.c, 0KB, , updated: 1997年4月21日 09:52, local time: 2025年9月10日 01:09,
40.74.122.252:LOG IN

©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/language/ccpp/CREF/EXAMPLES/enum5.c"> language ccpp CREF EXAMPLES enum5</A>

Did you find what you needed?

Welcome to massmind.org!

Welcome to techref.massmind.org!

.

AltStyle によって変換されたページ (->オリジナル) /