/ **************************************************************************** * * 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 08:52, local time: 2024/11/27 00:17,
18.227.48.131:LOG IN
|
©2024 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? <A HREF="http://sxlist.com/Techref/language/ccpp/Cref/EXAMPLES/enum5.c"> language ccpp Cref EXAMPLES enum5</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.