#include <iostream>int main() {char parole[]="mela pera miele zucchero";printf("parole a caso:%s",parole); return 0;}
Standard input is empty
parole a caso:mela pera miele zucchero
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!