#include <stdio.h> int main ()
// kod znaku '0' = 4| int n ;
char zn = '0'; .
nj= zn ; /h^-Ao
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") ; case4P—■ case 4'
}
/* wyświetli się 48
47 */
/*
*/
switch (n) {
default: printf ("co^ innegcAn") ;
case 'O': printf ("0\n"); case V: printf ("l\n"); case '2': printf ("2\n") ;
/* wyświetli się:
cos innego */
A
retum (0);
*******************************************************
^^include <stdio.h>
int main O
intc; do (
printf ("Aby zakończyć wciśnij T/t"); c = getchar ();
} while,( (c !=T#c!='t')). return 0 ;
**************** * ************ ************* ************ ***********