Home » Technical Questions » Programming

enum colors {BLACK,BLUE,GREEN} main() { printf( "%d..%d..%d", BLACK, BLUE, GREEN ); return(1); }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!