fork download
  1. #include <iostream>
  2. int main(){
  3. float nn[]={12.2,1.2,324.5,34.8,45.9};
  4. printf("terzo elemento=%f",nn[2]);
  5. return 0;
  6. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
terzo elemento=324.500000