#include <stdio.h> int main ()
// kod znaku '0' == 4| °) int n;
/h—
char zn = '0';
n = zn ;
switch (n) {
case 0: printf ("0\n") case 1: printf ("l\n") case 2: printf ("2\n")
/* nic się nie wyświetli */
/* */
switch (n) {
case 49: printf ("49\n”) case 48: printf ("48\n"' case 47: printf ("47\r» r
/* wyświetli się:
48
47 */ /*
*t
switch (n) {
case 'O': printf ("0\n"); case T: printf ("l\n"); case '2': printf ("2\n"); default: printf ("co^ innego\n");
/* wyświetli się:
ude v.
0 1
-U
2
cos innego */ return (0);
*******************************************************
&
^include <stdio.h>
int main ()
int c; do (
printf ("Aby zakończyć wciśnij T/t"); c = getchar ();
} while,((c ^TjcN'0); return 0;
********************************************************