1 2 3 4 5 6 | enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); } |
1 2 3 4 5 6 | enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); } |
Be the first to receive the latest updates from Codesdoc by signing up to our email subscription.