Difference between revisions of "Talk:Сериен порт"
From Ilianko
(Created page with "programata ne e vqrna") |
|||
Line 1: | Line 1: | ||
programata ne e vqrna | programata ne e vqrna | ||
+ | |||
+ | |||
+ | <code><pre> | ||
+ | int x = 61; | ||
+ | char y; | ||
+ | y = (int) x; | ||
+ | printf( " %c ", y ); | ||
+ | </pre></code> |
Revision as of 08:54, 24 March 2011
programata ne e vqrna
int x = 61;
char y;
y = (int) x;
printf( " %c ", y );