#include <iostream>int main(){ float nn[]={12.2,1.2,324.5,34.8,45.9}; printf("terzo elemento=%f",nn[2]); return 0;}
Standard input is empty
terzo elemento=324.500000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!