rusi/test_ru/char.c

5 lines
117 B
C
Raw Permalink Normal View History

// 2_char.c - Проверка типа char
цел главн(){
символ с = 'A';
возврат с;
}