Mephistophelés
Bronz Üye
-
- Katılım
- Eylül 10, 2012
-
- Mesajlar
- 3,744
-
- Tepkime puanı
- 2
-
- Puanları
- 293
-
- Yaş
- 48
Kod:
#include <stdio.h>
main()
{
int i;
for(i=1;i<=255;i++)
printf("%d---> %c\n\n",i,i);
}