Infrequently Asked Questions in comp.lang.c
08/12/2006, 20:32:13 | Dodaj komentarz | Bez jaj, Programowanie
9.5: Shouldn't the following code:
#define ROSE 1
#define CHRYSANTHEMUM 2
#define RHODODENDRON 3
#define WATER_LILY 4
printf("%d\n", CHRYSATHNEMUM);
print ``2''?
A: You misspelled CHRYSANTHEMUM. Use abbreviations for long flower
names in C code.
10.15: Is C an acronym?
Yes, it stands for ``C''. It's another of those funky recursive acronyms.
(Nie) najczęściej zadawane pytania dotyczące języka C - przydatne. A tutaj pytania zadawane najczęściej - dla kontrastu i też się przyda.