Enumeration in C - An enum is a keyword, it is an user defined data type. ... clrscr(); a=x+y+z; //0+1+2 printf("Sum: %d",a); getch(); } ...
確定! 回上一頁