#include <iostream>int main(){ char il_mio_carattere='a'; printf("Il carattere รจ:%c",il_mio_carattere); return 0;}
Standard input is empty
Il carattere è:a
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!