Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. enum {color=1};
  2.  
  3. (1) int color = 1;
  4.  
  5. (2) enum { color = 1 };
  6.  
  7. const int color = 1; // 'color' is unmutable
Add Comment
Please, Sign In to add comment