#include <iostream>int main() {char parole[5]="ciao";printf("il terzo carattere:%c", parole[2]); return 0;}
Standard input is empty
il terzo carattere:a
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!